Search Results for

    Show / Hide Table of Contents

    Interface IUriPartsProcessor

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IUriPartsProcessor : IProcessor

    Properties

    | Edit this page View Source

    Field

    The field to decode

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    KeepOriginal

    If true the processor copies the unparsed URI to <target_field>.original.

    Declaration
    [DataMember(Name = "keep_original")]
    bool? KeepOriginal { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    RemoveIfSuccessful

    If true the processor removes the Field after parsing the URI string. If parsing fails, the processor does not remove the Field.

    Declaration
    [DataMember(Name = "remove_if_successful")]
    bool? RemoveIfSuccessful { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    TargetField

    The field to assign the converted value to, by default Field is updated in-place

    Declaration
    [DataMember(Name = "target_field")]
    Field TargetField { get; set; }
    Property Value
    Type Description
    Field

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Field
      • KeepOriginal
      • RemoveIfSuccessful
      • TargetField
    • Extension Methods
    Back to top Generated by DocFX