Interface IAddIndexBlockRequest
A request to the indices add block API
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IAddIndexBlockRequest : IRequest<AddIndexBlockRequestParameters>, IRequest
Properties
| Edit this page View SourceBlock
Declaration
[IgnoreDataMember]
IndexBlock Block { get; }
Property Value
Type | Description |
---|---|
IndexBlock |
Index
Declaration
[IgnoreDataMember]
Indices Index { get; }
Property Value
Type | Description |
---|---|
Indices |