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