Table of Contents

Class RegionInfo

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

The metadata information for a region.

public class RegionInfo
Inheritance
RegionInfo
Inherited Members

Properties

Classification

The classification of the region.

[JsonPropertyName("classification")]
public string Classification { get; set; }

Property Value

string

CloudProvider

The cloud provider of the region.

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

Property Value

string

DisplayName

The display name of the region.

[JsonPropertyName("displayName")]
public string DisplayName { get; set; }

Property Value

string

Enabled

Indicates if the region is enabled.

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool

Name

The name of the region.

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

Property Value

string

RegionType

The type of the region.

[JsonPropertyName("region_type")]
public string RegionType { get; set; }

Property Value

string

ReservedForQualifiedUsers

Indicates if the region is reserved for qualified users.

[JsonPropertyName("reservedForQualifiedUsers")]
public bool ReservedForQualifiedUsers { get; set; }

Property Value

bool

Zone

The zone of the region.

[JsonPropertyName("zone")]
public string Zone { get; set; }

Property Value

string