Class StoreStats
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class StoreStats
Properties
| Edit this page View SourceReserved
A prediction of how much larger the shard stores on this node will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities. A value of -1b indicates that this is not available.
Declaration
[DataMember(Name = "reserved")]
public string Reserved { get; set; }
Property Value
Type | Description |
---|---|
string |
ReservedInBytes
A prediction, in bytes, of how much larger the shard stores on this node will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities. A value of -1 indicates that this is not available.
Declaration
[DataMember(Name = "reserved_in_bytes")]
public long ReservedInBytes { get; set; }
Property Value
Type | Description |
---|---|
long |
Size
Total size of all shards assigned to the node.
Declaration
[DataMember(Name = "size")]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
string |
SizeInBytes
Total size, in bytes, of all shards assigned to the node.
Declaration
[DataMember(Name = "size_in_bytes")]
public double SizeInBytes { get; set; }
Property Value
Type | Description |
---|---|
double |