Show / Hide Table of Contents

Class GoogleCloudMetastoreV1MultiRegionMetadata

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.

Inheritance
object
GoogleCloudMetastoreV1MultiRegionMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1MultiRegionMetadata : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX