Class ClusterNodesStats
Inheritance
ClusterNodesStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterNodesStats
Properties
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public ClusterNodeCount Count { get; }
Property Value
|
Edit this page
View Source
DiscoveryTypes
Declaration
[DataMember(Name = "discovery_types")]
public IReadOnlyDictionary<string, int> DiscoveryTypes { get; }
Property Value
|
Edit this page
View Source
FileSystem
Declaration
[DataMember(Name = "fs")]
public ClusterFileSystem FileSystem { get; }
Property Value
|
Edit this page
View Source
Ingest
Declaration
[DataMember(Name = "ingest")]
public ClusterIngestStats Ingest { get; }
Property Value
|
Edit this page
View Source
Jvm
Declaration
[DataMember(Name = "jvm")]
public ClusterJvm Jvm { get; }
Property Value
|
Edit this page
View Source
NetworkTypes
Declaration
[DataMember(Name = "network_types")]
public ClusterNetworkTypes NetworkTypes { get; }
Property Value
|
Edit this page
View Source
OperatingSystem
Declaration
[DataMember(Name = "os")]
public ClusterOperatingSystemStats OperatingSystem { get; }
Property Value
|
Edit this page
View Source
PackagingTypes
Declaration
[DataMember(Name = "packaging_types")]
public IReadOnlyCollection<NodePackagingType> PackagingTypes { get; }
Property Value
|
Edit this page
View Source
Plugins
Declaration
[DataMember(Name = "plugins")]
public IReadOnlyCollection<PluginStats> Plugins { get; }
Property Value
|
Edit this page
View Source
Process
Declaration
[DataMember(Name = "process")]
public ClusterProcess Process { get; }
Property Value
|
Edit this page
View Source
Versions
Declaration
[DataMember(Name = "versions")]
public IReadOnlyCollection<string> Versions { get; }
Property Value
Extension Methods