Table of Contents

Class RawDatabaseCost

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

Contains cost information for an Astra DB database, expressed in cents.

public class RawDatabaseCost
Inheritance
RawDatabaseCost
Inherited Members

Properties

CostPerDayCents

The cost per day in cents.

[JsonPropertyName("costPerDayCents")]
public decimal CostPerDayCents { get; set; }

Property Value

decimal

CostPerDayMRCents

The multi-region cost per day in cents.

[JsonPropertyName("costPerDayMRCents")]
public decimal CostPerDayMRCents { get; set; }

Property Value

decimal

CostPerDayParkedCents

The cost per day while the database is parked, in cents.

[JsonPropertyName("costPerDayParkedCents")]
public decimal CostPerDayParkedCents { get; set; }

Property Value

decimal

CostPerHourCents

The cost per hour in cents.

[JsonPropertyName("costPerHourCents")]
public decimal CostPerHourCents { get; set; }

Property Value

decimal

CostPerHourMRCents

The multi-region cost per hour in cents.

[JsonPropertyName("costPerHourMRCents")]
public decimal CostPerHourMRCents { get; set; }

Property Value

decimal

CostPerHourParkedCents

The cost per hour while the database is parked, in cents.

[JsonPropertyName("costPerHourParkedCents")]
public decimal CostPerHourParkedCents { get; set; }

Property Value

decimal

CostPerMinCents

The cost per minute in cents.

[JsonPropertyName("costPerMinCents")]
public decimal CostPerMinCents { get; set; }

Property Value

decimal

CostPerMinMRCents

The multi-region cost per minute in cents.

[JsonPropertyName("costPerMinMRCents")]
public decimal CostPerMinMRCents { get; set; }

Property Value

decimal

CostPerMinParkedCents

The cost per minute while the database is parked, in cents.

[JsonPropertyName("costPerMinParkedCents")]
public decimal CostPerMinParkedCents { get; set; }

Property Value

decimal

CostPerMonthCents

The cost per month in cents.

[JsonPropertyName("costPerMonthCents")]
public decimal CostPerMonthCents { get; set; }

Property Value

decimal

CostPerMonthMRCents

The multi-region cost per month in cents.

[JsonPropertyName("costPerMonthMRCents")]
public decimal CostPerMonthMRCents { get; set; }

Property Value

decimal

CostPerMonthParkedCents

The cost per month while the database is parked, in cents.

[JsonPropertyName("costPerMonthParkedCents")]
public decimal CostPerMonthParkedCents { get; set; }

Property Value

decimal

CostPerNetworkGbCents

The cost per GB of network transfer in cents.

[JsonPropertyName("costPerNetworkGbCents")]
public decimal CostPerNetworkGbCents { get; set; }

Property Value

decimal

CostPerReadGbCents

The cost per GB of data read in cents.

[JsonPropertyName("costPerReadGbCents")]
public decimal CostPerReadGbCents { get; set; }

Property Value

decimal

CostPerWrittenGbCents

The cost per GB of data written in cents.

[JsonPropertyName("costPerWrittenGbCents")]
public decimal CostPerWrittenGbCents { get; set; }

Property Value

decimal