Search Results for

    Show / Hide Table of Contents

    Class AppendProcessor

    Inheritance
    object
    ProcessorBase
    AppendProcessor
    Implements
    IAppendProcessor
    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 AppendProcessor : ProcessorBase, IAppendProcessor, IProcessor

    Properties

    | Edit this page View Source

    AllowDuplicates

    Declaration
    public bool? AllowDuplicates { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Field

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | 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

    Value

    Declaration
    public IEnumerable<object> Value { get; set; }
    Property Value
    Type Description
    IEnumerable<object>

    Implements

    IAppendProcessor
    IProcessor

    Extension Methods

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