Class IndexHealthStats
Inheritance
IndexHealthStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndexHealthStats
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
InitializingShards
Declaration
[DataMember(Name = "initializing_shards")]
public int InitializingShards { get; }
Property Value
|
Edit this page
View Source
NumberOfReplicas
Declaration
[DataMember(Name = "number_of_replicas")]
public int NumberOfReplicas { get; }
Property Value
|
Edit this page
View Source
NumberOfShards
Declaration
[DataMember(Name = "number_of_shards")]
public int NumberOfShards { 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
Shards
Declaration
[DataMember(Name = "shards")]
public IReadOnlyDictionary<string, ShardHealthStats> Shards { 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