Search Results for

    Show / Hide Table of Contents

    Interface ISourceField

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISourceField : IFieldMapping

    Properties

    | Edit this page View Source

    Compress

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

    CompressThreshold

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

    Enabled

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

    Excludes

    Declaration
    [DataMember(Name = "excludes")]
    IEnumerable<string> Excludes { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Includes

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Compress
      • CompressThreshold
      • Enabled
      • Excludes
      • Includes
    • Extension Methods
    Back to top Generated by DocFX