Search Results for

    Show / Hide Table of Contents

    Interface IAppendProcessor

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

    Properties

    | Edit this page View Source

    AllowDuplicates

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

    Field

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

    Value

    Declaration
    [DataMember(Name = "value")]
    IEnumerable<object> Value { get; set; }
    Property Value
    Type Description
    IEnumerable<object>

    Extension Methods

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