Class SnapshotShardsStats
Inheritance
SnapshotShardsStats
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotShardsStats
Properties
|
Edit this page
View Source
Done
Declaration
[DataMember(Name = "done")]
public long Done { get; }
Property Value
|
Edit this page
View Source
Failed
Declaration
[DataMember(Name = "failed")]
public long Failed { get; }
Property Value
|
Edit this page
View Source
Finalizing
Declaration
[DataMember(Name = "finalizing")]
public long Finalizing { get; }
Property Value
|
Edit this page
View Source
Initializing
Declaration
[DataMember(Name = "initializing")]
public long Initializing { get; }
Property Value
|
Edit this page
View Source
Started
Declaration
[DataMember(Name = "started")]
public long Started { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public long Total { get; }
Property Value
Extension Methods