Class CloseIndexResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class CloseIndexResponse : AcknowledgedResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceIndices
Individual index responses
Declaration
[DataMember(Name = "indices")]
public IReadOnlyDictionary<string, CloseIndexResult> Indices { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, CloseIndexResult> |
ShardsAcknowledged
Acknowledgement from shards
Declaration
[DataMember(Name = "shards_acknowledged")]
public bool ShardsAcknowledged { get; }
Property Value
Type | Description |
---|---|
bool |