Interface IMultiSearchTemplateRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IMultiSearchTemplateRequest : IRequest<MultiSearchTemplateRequestParameters>, IRequest
Properties
| Edit this page View SourceIndex
Declaration
[IgnoreDataMember]
Indices Index { get; }
Property Value
Type | Description |
---|---|
Indices |
Operations
Declaration
IDictionary<string, ISearchTemplateRequest> Operations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ISearchTemplateRequest> |