Show / Hide Table of Contents

Class CustomRegionConfig

Custom configuration used to specify regions that the metastore service runs in. Currently only supported in the us multi-region.

Inheritance
object
CustomRegionConfig
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.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class CustomRegionConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReadOnlyRegions

Optional. The list of read-only regions where the metastore service runs in. These regions should be part (or subset) of the multi-region.

Declaration
[JsonProperty("readOnlyRegions")]
public virtual IList<string> ReadOnlyRegions { get; set; }
Property Value
Type Description
IList<string>

ReadWriteRegions

Required. The list of read-write regions where the metastore service runs in. These regions should be part (or subset) of the multi-region.

Declaration
[JsonProperty("readWriteRegions")]
public virtual IList<string> ReadWriteRegions { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX