Class IndexShardStats
Inheritance
IndexShardStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndexShardStats : IndexStatsBase
Properties
|
Edit this page
View Source
Commit
Declaration
[DataMember(Name = "commit")]
public ShardCommitStats Commit { get; }
Property Value
|
Edit this page
View Source
RetentionLeases
Declaration
[DataMember(Name = "retention_leases")]
public ShardRetentionLeasesStats RetentionLeases { get; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "routing")]
public ShardRouting Routing { get; }
Property Value
|
Edit this page
View Source
SequenceNumber
Declaration
[DataMember(Name = "seq_no")]
public ShardSequenceNumberStats SequenceNumber { get; }
Property Value
|
Edit this page
View Source
ShardPath
Declaration
[DataMember(Name = "shard_path")]
public ShardPath ShardPath { get; }
Property Value
Extension Methods