Class CatSnapshotsRecord
Inheritance
CatSnapshotsRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatSnapshotsRecord : ICatRecord
Properties
|
Edit this page
View Source
Duration
Declaration
[DataMember(Name = "duration")]
public Time Duration { get; set; }
Property Value
|
Edit this page
View Source
EndEpoch
Declaration
[DataMember(Name = "end_epoch")]
public long EndEpoch { get; set; }
Property Value
|
Edit this page
View Source
EndTime
Declaration
[DataMember(Name = "end_time")]
public string EndTime { get; set; }
Property Value
|
Edit this page
View Source
FailedShards
Declaration
[DataMember(Name = "failed_shards")]
public long FailedShards { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public long Indices { get; set; }
Property Value
|
Edit this page
View Source
StartEpoch
Declaration
[DataMember(Name = "start_epoch")]
public long StartEpoch { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[DataMember(Name = "start_time")]
public string StartTime { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
|
Edit this page
View Source
SuccessfulShards
Declaration
[DataMember(Name = "successful_shards")]
public long SuccessfulShards { get; set; }
Property Value
|
Edit this page
View Source
TotalShards
Declaration
[DataMember(Name = "total_shards")]
public long TotalShards { get; set; }
Property Value
Implements
Extension Methods