Search Results for

    Show / Hide Table of Contents

    Class SourceFieldDescriptor

    Inheritance
    object
    DescriptorBase<SourceFieldDescriptor, ISourceField>
    SourceFieldDescriptor
    Implements
    IDescriptor
    ISourceField
    IFieldMapping
    Inherited Members
    DescriptorBase<SourceFieldDescriptor, ISourceField>.Self
    DescriptorBase<SourceFieldDescriptor, ISourceField>.Assign<TValue>(TValue, Action<ISourceField, TValue>)
    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 SourceFieldDescriptor : DescriptorBase<SourceFieldDescriptor, ISourceField>, IDescriptor, ISourceField, IFieldMapping

    Methods

    | Edit this page View Source

    Compress(bool?)

    Declaration
    public SourceFieldDescriptor Compress(bool? compress = true)
    Parameters
    Type Name Description
    bool? compress
    Returns
    Type Description
    SourceFieldDescriptor
    | Edit this page View Source

    CompressionThreshold(string)

    Declaration
    public SourceFieldDescriptor CompressionThreshold(string compressionThreshold)
    Parameters
    Type Name Description
    string compressionThreshold
    Returns
    Type Description
    SourceFieldDescriptor
    | Edit this page View Source

    Enabled(bool?)

    Declaration
    public SourceFieldDescriptor Enabled(bool? enabled = true)
    Parameters
    Type Name Description
    bool? enabled
    Returns
    Type Description
    SourceFieldDescriptor
    | Edit this page View Source

    Excludes(IEnumerable<string>)

    Declaration
    public SourceFieldDescriptor Excludes(IEnumerable<string> excludes)
    Parameters
    Type Name Description
    IEnumerable<string> excludes
    Returns
    Type Description
    SourceFieldDescriptor
    | Edit this page View Source

    Includes(IEnumerable<string>)

    Declaration
    public SourceFieldDescriptor Includes(IEnumerable<string> includes)
    Parameters
    Type Name Description
    IEnumerable<string> includes
    Returns
    Type Description
    SourceFieldDescriptor

    Implements

    IDescriptor
    ISourceField
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Compress(bool?)
      • CompressionThreshold(string)
      • Enabled(bool?)
      • Excludes(IEnumerable<string>)
      • Includes(IEnumerable<string>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX