Interface ISearchTemplateRequest
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
|
Edit this page
View Source
Index
Declaration
[IgnoreDataMember]
Indices Index { get; }
Property Value
|
Edit this page
View Source
Params
Declaration
[DataMember(Name = "params")]
IDictionary<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