Table of Contents

Class RawDatabaseStorage

Namespace
DataStax.AstraDB.DataApi.Admin
Assembly
DataStax.AstraDB.DataApi.dll

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

int

NodeCount

The number of nodes in the database cluster.

[JsonPropertyName("nodeCount")]
public int NodeCount { get; set; }

Property Value

int

ReplicationFactor

The replication factor for the database.

[JsonPropertyName("replicationFactor")]
public int ReplicationFactor { get; set; }

Property Value

int

TotalStorage

The total storage allocated to the database, in GB.

[JsonPropertyName("totalStorage")]
public int TotalStorage { get; set; }

Property Value

int