Class Snapshot
Assembly: OpenSearch.Client.dll
Syntax
Properties
|
Edit this page
View Source
DurationInMilliseconds
Declaration
[DataMember(Name = "duration_in_millis")]
public long DurationInMilliseconds { get; }
Property Value
|
Edit this page
View Source
EndTime
Declaration
[DataMember(Name = "end_time")]
public DateTime EndTime { get; }
Property Value
|
Edit this page
View Source
EndTimeInMilliseconds
Declaration
[DataMember(Name = "end_time_in_millis")]
public long EndTimeInMilliseconds { get; }
Property Value
|
Edit this page
View Source
Failures
Declaration
[DataMember(Name = "failures")]
public IReadOnlyCollection<SnapshotShardFailure> Failures { get; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public IReadOnlyCollection<IndexName> Indices { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "metadata")]
public IReadOnlyDictionary<string, object> Metadata { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "snapshot")]
public string Name { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public ShardStatistics Shards { get; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[DataMember(Name = "start_time")]
public DateTime StartTime { 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
State
Declaration
[DataMember(Name = "state")]
public string State { get; }
Property Value
Extension Methods