Table of Contents

Class RawDatabaseMetrics

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

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

long

LiveDataSizeBytes

The size of live (active) data in bytes.

[JsonPropertyName("liveDataSizeBytes")]
public long LiveDataSizeBytes { get; set; }

Property Value

long

ReadRequestsTotalCount

The total number of read requests made to this database.

[JsonPropertyName("readRequestsTotalCount")]
public long ReadRequestsTotalCount { get; set; }

Property Value

long

WriteRequestsTotalCount

The total number of write requests made to this database.

[JsonPropertyName("writeRequestsTotalCount")]
public long WriteRequestsTotalCount { get; set; }

Property Value

long