Class ClusterNodeCount
Inheritance
ClusterNodeCount
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterNodeCount
Properties
|
Edit this page
View Source
ClusterManager
Declaration
[DataMember(Name = "cluster_manager")]
public int ClusterManager { get; }
Property Value
|
Edit this page
View Source
CoordinatingOnly
Declaration
[DataMember(Name = "coordinating_only")]
public int CoordinatingOnly { get; }
Property Value
|
Edit this page
View Source
Data
Declaration
[DataMember(Name = "data")]
public int Data { get; }
Property Value
|
Edit this page
View Source
Ingest
Declaration
[DataMember(Name = "ingest")]
public int Ingest { get; }
Property Value
|
Edit this page
View Source
Master
Declaration
[DataMember(Name = "master")]
public int Master { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public int Total { get; }
Property Value
|
Edit this page
View Source
VotingOnly
Declaration
[DataMember(Name = "voting_only")]
public int VotingOnly { get; }
Property Value
Extension Methods