Table of Contents

Class RawDatacenterInfo

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

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

int

CloudProvider

The cloud provider for this datacenter.

[JsonPropertyName("cloudProvider")]
public string CloudProvider { get; set; }

Property Value

string

DateCreated

The date and time this datacenter was created.

[JsonPropertyName("dateCreated")]
public DateTime DateCreated { get; set; }

Property Value

DateTime

Id

The unique identifier of this datacenter.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

IsPrimary

A value indicating whether this is the primary datacenter.

[JsonPropertyName("isPrimary")]
public bool IsPrimary { get; set; }

Property Value

bool

Name

The name of this datacenter.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string