Class RawDatabaseMetrics
Contains usage metrics for an Astra DB database.
public class RawDatabaseMetrics
- Inheritance
-
RawDatabaseMetrics
- Inherited Members
Properties
ErrorsTotalCount
The total number of errors recorded for this database.
[JsonPropertyName("errorsTotalCount")]
public long ErrorsTotalCount { get; set; }
Property Value
LiveDataSizeBytes
The size of live (active) data in bytes.
[JsonPropertyName("liveDataSizeBytes")]
public long LiveDataSizeBytes { get; set; }
Property Value
ReadRequestsTotalCount
The total number of read requests made to this database.
[JsonPropertyName("readRequestsTotalCount")]
public long ReadRequestsTotalCount { get; set; }
Property Value
WriteRequestsTotalCount
The total number of write requests made to this database.
[JsonPropertyName("writeRequestsTotalCount")]
public long WriteRequestsTotalCount { get; set; }