Search Results for

    Show / Hide Table of Contents

    Interface ITextIndexPrefixes

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ITextIndexPrefixes

    Properties

    | Edit this page View Source

    MaxCharacters

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

    MinCharacters

    Declaration
    [DataMember(Name = "min_chars")]
    int? MinCharacters { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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