Class RawDatacenterInfo
Contains information about a single datacenter associated with an Astra DB database.
public class RawDatacenterInfo
- Inheritance
-
RawDatacenterInfo
- Inherited Members
Properties
CapacityUnits
The number of capacity units in this datacenter.
[JsonPropertyName("capacityUnits")]
public int CapacityUnits { get; set; }
Property Value
CloudProvider
The cloud provider for this datacenter.
[JsonPropertyName("cloudProvider")]
public string CloudProvider { get; set; }
Property Value
DateCreated
The date and time this datacenter was created.
[JsonPropertyName("dateCreated")]
public DateTime DateCreated { get; set; }
Property Value
Id
The unique identifier of this datacenter.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
IsPrimary
A value indicating whether this is the primary datacenter.
[JsonPropertyName("isPrimary")]
public bool IsPrimary { get; set; }
Property Value
Name
The name of this datacenter.
[JsonPropertyName("name")]
public string Name { get; set; }