Class RawDatabaseStorage
Contains storage configuration details for an Astra DB database.
public class RawDatabaseStorage
- Inheritance
-
RawDatabaseStorage
- Inherited Members
Properties
DisplayStorage
The storage amount displayed to the user, in GB.
[JsonPropertyName("displayStorage")]
public int DisplayStorage { get; set; }
Property Value
NodeCount
The number of nodes in the database cluster.
[JsonPropertyName("nodeCount")]
public int NodeCount { get; set; }
Property Value
ReplicationFactor
The replication factor for the database.
[JsonPropertyName("replicationFactor")]
public int ReplicationFactor { get; set; }
Property Value
TotalStorage
The total storage allocated to the database, in GB.
[JsonPropertyName("totalStorage")]
public int TotalStorage { get; set; }