Class SnapshotStats
Inheritance
SnapshotStats
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotStats
Properties
|
Edit this page
View Source
Incremental
Declaration
[DataMember(Name = "incremental")]
public FileCountSnapshotStats Incremental { get; }
Property Value
|
Edit this page
View Source
StartTimeInMilliseconds
Declaration
[DataMember(Name = "start_time_in_millis")]
public long StartTimeInMilliseconds { get; }
Property Value
|
Edit this page
View Source
TimeInMilliseconds
Declaration
[DataMember(Name = "time_in_millis")]
public long TimeInMilliseconds { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public FileCountSnapshotStats Total { get; }
Property Value
Extension Methods