Search Results for

    Show / Hide Table of Contents

    Interface ISearchTemplateRequest

    Inherited Members
    ITypedSearchRequest.ClrType
    IRequest<SearchTemplateRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISearchTemplateRequest : ITypedSearchRequest, IRequest<SearchTemplateRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Id

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

    Index

    Declaration
    [IgnoreDataMember]
    Indices Index { get; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    Params

    Declaration
    [DataMember(Name = "params")]
    IDictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Source

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

    Extension Methods

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