Class SnapshotStatus
Inheritance
SnapshotStatus
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotStatus
Properties
|
Edit this page
View Source
IncludeGlobalState
Declaration
[DataMember(Name = "include_global_state")]
public bool? IncludeGlobalState { get; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public IReadOnlyDictionary<string, SnapshotIndexStats> Indices { get; }
Property Value
|
Edit this page
View Source
Repository
Declaration
[DataMember(Name = "repository")]
public string Repository { 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
Snapshot
Declaration
[DataMember(Name = "snapshot")]
public string Snapshot { get; }
Property Value
|
Edit this page
View Source
State
Declaration
[DataMember(Name = "state")]
public string State { get; }
Property Value
|
Edit this page
View Source
Stats
Declaration
[DataMember(Name = "stats")]
public SnapshotStats Stats { get; }
Property Value
|
Edit this page
View Source
UUID
Declaration
[DataMember(Name = "uuid")]
public string UUID { get; }
Property Value
Extension Methods