Class CloseIndexResult
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CloseIndexResult
Properties
| Edit this page View SourceClosed
Declaration
[DataMember(Name = "closed")]
public bool Closed { get; }
Property Value
Type | Description |
---|---|
bool |
Shards
Declaration
[DataMember(Name = "shards")]
public IReadOnlyDictionary<string, CloseShardResult> Shards { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, CloseShardResult> |