Class CountResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CountResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceCount
Declaration
[DataMember(Name = "count")]
public long Count { get; }
Property Value
Type | Description |
---|---|
long |
Shards
Declaration
[DataMember(Name = "_shards")]
public ShardStatistics Shards { get; }
Property Value
Type | Description |
---|---|
ShardStatistics |