Class AddIndexBlockResponse
Inheritance
AddIndexBlockResponse
Assembly: OpenSearch.Client.dll
Syntax
public class AddIndexBlockResponse : AcknowledgedResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public IReadOnlyCollection<BlockedIndex> Indices { get; }
Property Value
|
Edit this page
View Source
ShardsAcknowledged
Declaration
[DataMember(Name = "shards_acknowledged")]
public bool ShardsAcknowledged { get; }
Property Value
Implements
Extension Methods