Class ClusterOperatingSystemStats
Inheritance
ClusterOperatingSystemStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterOperatingSystemStats
Properties
|
Edit this page
View Source
AllocatedProcessors
Declaration
[DataMember(Name = "allocated_processors")]
public int AllocatedProcessors { get; }
Property Value
|
Edit this page
View Source
Architectures
Declaration
[DataMember(Name = "architectures")]
public IReadOnlyCollection<ArchitectureStats> Architectures { get; }
Property Value
|
Edit this page
View Source
AvailableProcessors
Declaration
[DataMember(Name = "available_processors")]
public int AvailableProcessors { get; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[DataMember(Name = "mem")]
public OperatingSystemMemoryInfo Memory { get; }
Property Value
|
Edit this page
View Source
Names
Declaration
[DataMember(Name = "names")]
public IReadOnlyCollection<ClusterOperatingSystemName> Names { get; }
Property Value
|
Edit this page
View Source
PrettyNames
Declaration
[DataMember(Name = "pretty_names")]
public IReadOnlyCollection<ClusterOperatingSystemPrettyName> PrettyNames { get; }
Property Value
Extension Methods