Class CatHealthRecord
Inheritance
CatHealthRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatHealthRecord : ICatRecord
Properties
|
Edit this page
View Source
Cluster
Declaration
[DataMember(Name = "cluster")]
public string Cluster { get; set; }
Property Value
|
Edit this page
View Source
Epoch
Declaration
[DataMember(Name = "epoch")]
public string Epoch { get; set; }
Property Value
|
Edit this page
View Source
Initializing
Declaration
[DataMember(Name = "init")]
public string Initializing { get; set; }
Property Value
|
Edit this page
View Source
NodeData
Declaration
[DataMember(Name = "node.data")]
public string NodeData { get; set; }
Property Value
|
Edit this page
View Source
NodeTotal
Declaration
[DataMember(Name = "node.total")]
public string NodeTotal { get; set; }
Property Value
|
Edit this page
View Source
PendingTasks
Declaration
[DataMember(Name = "pending_tasks")]
public string PendingTasks { get; set; }
Property Value
|
Edit this page
View Source
Primary
Declaration
[DataMember(Name = "pri")]
public string Primary { get; set; }
Property Value
|
Edit this page
View Source
Relocating
Declaration
[DataMember(Name = "relo")]
public string Relocating { get; set; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public string Shards { 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
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public string Timestamp { get; set; }
Property Value
|
Edit this page
View Source
Unassigned
Declaration
[DataMember(Name = "unassign")]
public string Unassigned { get; set; }
Property Value
Implements
Extension Methods