Class ShardHealthStats
Inheritance
ShardHealthStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ShardHealthStats
Properties
|
Edit this page
View Source
ActiveShards
Declaration
[DataMember(Name = "active_shards")]
public int ActiveShards { 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
PrimaryActive
Declaration
[DataMember(Name = "primary_active")]
public bool PrimaryActive { 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
UnassignedShards
Declaration
[DataMember(Name = "unassigned_shards")]
public int UnassignedShards { get; }
Property Value
Extension Methods