Class SnapshotIndexShardStats
Inheritance
SnapshotIndexShardStats
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotIndexShardStats
Properties
|
Edit this page
View Source
Node
Declaration
[DataMember(Name = "node")]
public string Node { get; }
Property Value
|
Edit this page
View Source
Stage
Declaration
[DataMember(Name = "stage")]
public string Stage { get; }
Property Value
|
Edit this page
View Source
Stats
Declaration
[DataMember(Name = "stats")]
public SnapshotStats Stats { get; }
Property Value
Extension Methods