Search Results for

    Show / Hide Table of Contents

    Class UriPartsProcessor

    Inheritance
    object
    ProcessorBase
    UriPartsProcessor
    Implements
    IUriPartsProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class UriPartsProcessor : ProcessorBase, IUriPartsProcessor, IProcessor

    Properties

    | Edit this page View Source

    Field

    The field to decode

    Declaration
    [DataMember(Name = "field")]
    public 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")]
    public bool? KeepOriginal { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name
    | 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")]
    public 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")]
    public Field TargetField { get; set; }
    Property Value
    Type Description
    Field

    Implements

    IUriPartsProcessor
    IProcessor

    Extension Methods

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