Class CatAllocationRecord
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatAllocationRecord : ICatRecord
Properties
| Edit this page View SourceDiskAvailable
Amount of disk available
Declaration
[DataMember(Name = "disk.avail")]
public string DiskAvailable { get; set; }
Property Value
Type | Description |
---|---|
string |
DiskIndices
Amount of disk used by OpenSearch indices
Declaration
[DataMember(Name = "disk.indices")]
public string DiskIndices { get; set; }
Property Value
Type | Description |
---|---|
string |
DiskPercent
The percentage of disk used
Declaration
[DataMember(Name = "disk.percent")]
public string DiskPercent { get; set; }
Property Value
Type | Description |
---|---|
string |
DiskTotal
Total capacity of all volumes
Declaration
[DataMember(Name = "disk.total")]
public string DiskTotal { get; set; }
Property Value
Type | Description |
---|---|
string |
DiskUsed
Amount of disk used (total, not just OpenSearch)
Declaration
[DataMember(Name = "disk.used")]
public string DiskUsed { get; set; }
Property Value
Type | Description |
---|---|
string |
Host
The host of the node
Declaration
[DataMember(Name = "host")]
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Ip
The IP address of the node
Declaration
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
Type | Description |
---|---|
string |
Node
The name of the node
Declaration
[DataMember(Name = "node")]
public string Node { get; set; }
Property Value
Type | Description |
---|---|
string |
Shards
Number of shards on the node
Declaration
[DataMember(Name = "shards")]
public string Shards { get; set; }
Property Value
Type | Description |
---|---|
string |