Class CustomRegionConfig
Custom configuration used to specify regions that the metastore service runs in. Currently only supported in the us multi-region.
Implements
Inherited Members
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> |