Search Results for

    Show / Hide Table of Contents

    Interface ISuggestContext

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

    Properties

    | Edit this page View Source

    Name

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

    Path

    Declaration
    [DataMember(Name = "path")]
    Field Path { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Type

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

    Extension Methods

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