Class CreateIndexResponse
Inheritance
CreateIndexResponse
Assembly: OpenSearch.Client.dll
Syntax
public class CreateIndexResponse : AcknowledgedResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
ShardsAcknowledged
Declaration
[DataMember(Name = "shards_acknowledged")]
public bool ShardsAcknowledged { get; set; }
Property Value
Implements
Extension Methods