Class ClusterHealthResponse
Inheritance
ClusterHealthResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterHealthResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
ActivePrimaryShards
Declaration
[DataMember(Name = "active_primary_shards")]
public int ActivePrimaryShards { get; }
Property Value
|
Edit this page
View Source
ActiveShards
Declaration
[DataMember(Name = "active_shards")]
public int ActiveShards { get; }
Property Value
|
Edit this page
View Source
ActiveShardsPercentAsNumber
Declaration
[DataMember(Name = "active_shards_percent_as_number")]
public double ActiveShardsPercentAsNumber { get; }
Property Value
|
Edit this page
View Source
ClusterName
Declaration
[DataMember(Name = "cluster_name")]
public string ClusterName { get; }
Property Value
|
Edit this page
View Source
DelayedUnassignedShards
Declaration
[DataMember(Name = "delayed_unassigned_shards")]
public int DelayedUnassignedShards { get; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public IReadOnlyDictionary<IndexName, IndexHealthStats> Indices { get; }
Property Value
|
Edit this page
View Source
InitializingShards
Declaration
[DataMember(Name = "initializing_shards")]
public int InitializingShards { get; }
Property Value
|
Edit this page
View Source
NumberOfDataNodes
Declaration
[DataMember(Name = "number_of_data_nodes")]
public int NumberOfDataNodes { get; }
Property Value
|
Edit this page
View Source
NumberOfInFlightFetch
Declaration
[DataMember(Name = "number_of_in_flight_fetch")]
public int NumberOfInFlightFetch { get; }
Property Value
|
Edit this page
View Source
NumberOfNodes
Declaration
[DataMember(Name = "number_of_nodes")]
public int NumberOfNodes { get; }
Property Value
|
Edit this page
View Source
NumberOfPendingTasks
Declaration
[DataMember(Name = "number_of_pending_tasks")]
public int NumberOfPendingTasks { get; }
Property Value
|
Edit this page
View Source
RelocatingShards
Declaration
[DataMember(Name = "relocating_shards")]
public int RelocatingShards { get; }
Property Value
|
Edit this page
View Source
Status
Declaration
[DataMember(Name = "status")]
public HealthStatus Status { get; }
Property Value
|
Edit this page
View Source
TaskMaxWaitTimeInQueueInMilliseconds
Declaration
[DataMember(Name = "task_max_waiting_in_queue_millis")]
public long TaskMaxWaitTimeInQueueInMilliseconds { get; }
Property Value
|
Edit this page
View Source
TimedOut
Declaration
[DataMember(Name = "timed_out")]
public bool TimedOut { get; }
Property Value
|
Edit this page
View Source
UnassignedShards
Declaration
[DataMember(Name = "unassigned_shards")]
public int UnassignedShards { get; }
Property Value
Implements
Extension Methods