Class SnapshotIndexStats
Inheritance
SnapshotIndexStats
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotIndexStats
Properties
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public IReadOnlyDictionary<string, SnapshotShardsStats> Shards { get; }
Property Value
|
Edit this page
View Source
ShardsStats
Declaration
[DataMember(Name = "shards_stats")]
public SnapshotShardsStats ShardsStats { get; }
Property Value
|
Edit this page
View Source
Stats
Declaration
[DataMember(Name = "stats")]
public SnapshotStats Stats { get; }
Property Value
Extension Methods