Class ClusterIndicesShardsIndexStats
Inheritance
ClusterIndicesShardsIndexStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterIndicesShardsIndexStats
Properties
|
Edit this page
View Source
Primaries
Declaration
[DataMember(Name = "primaries")]
public ClusterShardMetrics Primaries { get; }
Property Value
|
Edit this page
View Source
Replication
Declaration
[DataMember(Name = "replication")]
public ClusterShardMetrics Replication { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public ClusterShardMetrics Shards { get; }
Property Value
Extension Methods