Search Results for

    Show / Hide Table of Contents

    Class SourceField

    Inheritance
    object
    SourceField
    Implements
    ISourceField
    IFieldMapping
    Inherited Members
    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 SourceField : ISourceField, IFieldMapping

    Properties

    | Edit this page View Source

    Compress

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

    CompressThreshold

    Declaration
    public string CompressThreshold { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Enabled

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

    Excludes

    Declaration
    public IEnumerable<string> Excludes { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Includes

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

    Implements

    ISourceField
    IFieldMapping

    Extension Methods

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