Class RawDatabaseCost
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
CostPerDayMRCents
The multi-region cost per day in cents.
[JsonPropertyName("costPerDayMRCents")]
public decimal CostPerDayMRCents { get; set; }
Property Value
CostPerDayParkedCents
The cost per day while the database is parked, in cents.
[JsonPropertyName("costPerDayParkedCents")]
public decimal CostPerDayParkedCents { get; set; }
Property Value
CostPerHourCents
The cost per hour in cents.
[JsonPropertyName("costPerHourCents")]
public decimal CostPerHourCents { get; set; }
Property Value
CostPerHourMRCents
The multi-region cost per hour in cents.
[JsonPropertyName("costPerHourMRCents")]
public decimal CostPerHourMRCents { get; set; }
Property Value
CostPerHourParkedCents
The cost per hour while the database is parked, in cents.
[JsonPropertyName("costPerHourParkedCents")]
public decimal CostPerHourParkedCents { get; set; }
Property Value
CostPerMinCents
The cost per minute in cents.
[JsonPropertyName("costPerMinCents")]
public decimal CostPerMinCents { get; set; }
Property Value
CostPerMinMRCents
The multi-region cost per minute in cents.
[JsonPropertyName("costPerMinMRCents")]
public decimal CostPerMinMRCents { get; set; }
Property Value
CostPerMinParkedCents
The cost per minute while the database is parked, in cents.
[JsonPropertyName("costPerMinParkedCents")]
public decimal CostPerMinParkedCents { get; set; }
Property Value
CostPerMonthCents
The cost per month in cents.
[JsonPropertyName("costPerMonthCents")]
public decimal CostPerMonthCents { get; set; }
Property Value
CostPerMonthMRCents
The multi-region cost per month in cents.
[JsonPropertyName("costPerMonthMRCents")]
public decimal CostPerMonthMRCents { get; set; }
Property Value
CostPerMonthParkedCents
The cost per month while the database is parked, in cents.
[JsonPropertyName("costPerMonthParkedCents")]
public decimal CostPerMonthParkedCents { get; set; }
Property Value
CostPerNetworkGbCents
The cost per GB of network transfer in cents.
[JsonPropertyName("costPerNetworkGbCents")]
public decimal CostPerNetworkGbCents { get; set; }
Property Value
CostPerReadGbCents
The cost per GB of data read in cents.
[JsonPropertyName("costPerReadGbCents")]
public decimal CostPerReadGbCents { get; set; }
Property Value
CostPerWrittenGbCents
The cost per GB of data written in cents.
[JsonPropertyName("costPerWrittenGbCents")]
public decimal CostPerWrittenGbCents { get; set; }