Search Results for

    Show / Hide Table of Contents

    Interface IRenderSearchTemplateRequest

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

    Properties

    | Edit this page View Source

    File

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

    Id

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

    Params

    Declaration
    [DataMember(Name = "params")]
    Dictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    Dictionary<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
      • File
      • Id
      • Params
      • Source
    • Extension Methods
    Back to top Generated by DocFX