Search Results for

    Show / Hide Table of Contents

    Class TextIndexPrefixesDescriptor

    Inheritance
    object
    DescriptorBase<TextIndexPrefixesDescriptor, ITextIndexPrefixes>
    TextIndexPrefixesDescriptor
    Implements
    IDescriptor
    ITextIndexPrefixes
    Inherited Members
    DescriptorBase<TextIndexPrefixesDescriptor, ITextIndexPrefixes>.Self
    DescriptorBase<TextIndexPrefixesDescriptor, ITextIndexPrefixes>.Assign<TValue>(TValue, Action<ITextIndexPrefixes, 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 TextIndexPrefixesDescriptor : DescriptorBase<TextIndexPrefixesDescriptor, ITextIndexPrefixes>, IDescriptor, ITextIndexPrefixes

    Methods

    | Edit this page View Source

    MaxCharacters(int?)

    Declaration
    public TextIndexPrefixesDescriptor MaxCharacters(int? max)
    Parameters
    Type Name Description
    int? max
    Returns
    Type Description
    TextIndexPrefixesDescriptor
    | Edit this page View Source

    MinCharacters(int?)

    Declaration
    public TextIndexPrefixesDescriptor MinCharacters(int? min)
    Parameters
    Type Name Description
    int? min
    Returns
    Type Description
    TextIndexPrefixesDescriptor

    Implements

    IDescriptor
    ITextIndexPrefixes

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • MaxCharacters(int?)
      • MinCharacters(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX