Search Results for

    Show / Hide Table of Contents

    Interface ISuggest<T>

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISuggest<out T> where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Length

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

    Offset

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

    Options

    Declaration
    [DataMember(Name = "options")]
    IReadOnlyCollection<ISuggestOption<out T>> Options { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ISuggestOption<T>>
    | Edit this page View Source

    Text

    Declaration
    [DataMember(Name = "text")]
    string Text { get; }
    Property Value
    Type Description
    string

    Extension Methods

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