Interface IRenderSearchTemplateRequest
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
|
Edit this page
View Source
Id
Declaration
[IgnoreDataMember]
Id Id { get; }
Property Value
|
Edit this page
View Source
Params
Declaration
[DataMember(Name = "params")]
Dictionary<string, object> Params { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "source")]
string Source { get; set; }
Property Value
Extension Methods