Class CatRecoveryRecord
Inheritance
CatRecoveryRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatRecoveryRecord : ICatRecord
Properties
|
Edit this page
View Source
Bytes
Declaration
[DataMember(Name = "bytes")]
public string Bytes { get; set; }
Property Value
|
Edit this page
View Source
BytesPercent
Declaration
[DataMember(Name = "bytes_percent")]
public string BytesPercent { get; set; }
Property Value
|
Edit this page
View Source
BytesRecovered
Declaration
[DataMember(Name = "bytes_recovered")]
public string BytesRecovered { get; set; }
Property Value
|
Edit this page
View Source
BytesTotal
Declaration
[DataMember(Name = "bytes_total")]
public string BytesTotal { get; set; }
Property Value
|
Edit this page
View Source
Files
Declaration
[DataMember(Name = "files")]
public string Files { get; set; }
Property Value
|
Edit this page
View Source
FilesPercent
Declaration
[DataMember(Name = "files_percent")]
public string FilesPercent { get; set; }
Property Value
|
Edit this page
View Source
FilesRecovered
Declaration
[DataMember(Name = "files_recovered")]
public string FilesRecovered { get; set; }
Property Value
|
Edit this page
View Source
FilesTotal
Declaration
[DataMember(Name = "files_total")]
public string FilesTotal { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
Repository
Declaration
[DataMember(Name = "repository")]
public string Repository { get; set; }
Property Value
|
Edit this page
View Source
Shard
Declaration
[DataMember(Name = "shard")]
public string Shard { get; set; }
Property Value
|
Edit this page
View Source
Snapshot
Declaration
[DataMember(Name = "snapshot")]
public string Snapshot { get; set; }
Property Value
|
Edit this page
View Source
SourceHost
Declaration
[DataMember(Name = "source_host")]
public string SourceHost { get; set; }
Property Value
|
Edit this page
View Source
SourceNode
Declaration
[DataMember(Name = "source_node")]
public string SourceNode { get; set; }
Property Value
|
Edit this page
View Source
Stage
Declaration
[DataMember(Name = "stage")]
public string Stage { get; set; }
Property Value
|
Edit this page
View Source
TargetHost
Declaration
[DataMember(Name = "target_host")]
public string TargetHost { get; set; }
Property Value
|
Edit this page
View Source
TargetNode
Declaration
[DataMember(Name = "target_node")]
public string TargetNode { get; set; }
Property Value
|
Edit this page
View Source
Time
Declaration
[DataMember(Name = "time")]
public string Time { get; set; }
Property Value
|
Edit this page
View Source
TranslogOps
Declaration
[DataMember(Name = "translog_ops")]
public long? TranslogOps { get; set; }
Property Value
|
Edit this page
View Source
TranslogOpsPercent
Declaration
[DataMember(Name = "translog_ops_percent")]
public string TranslogOpsPercent { get; set; }
Property Value
|
Edit this page
View Source
TranslogOpsRecovered
Declaration
[DataMember(Name = "translog_ops_recovered")]
public long? TranslogOpsRecovered { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Implements
Extension Methods