Class GoogleCloudMetastoreV1alphaMultiRegionMetadata
The metadata for the multi-region that includes the constituent regions. The metadata is only populated if the region is multi-region. For single region or custom dual region, it will be empty.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1alphaMultiRegionMetadata : IDirectResponseSchema
Properties
ConstituentRegions
The regions constituting the multi-region.
Declaration
[JsonProperty("constituentRegions")]
public virtual IList<string> ConstituentRegions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Continent
The continent for this multi-region.
Declaration
[JsonProperty("continent")]
public virtual string Continent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WitnessRegion
The Spanner witness region for this multi-region.
Declaration
[JsonProperty("witnessRegion")]
public virtual string WitnessRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |