Class BackendMetastore
Represents a backend metastore for the federation.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class BackendMetastore : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetastoreType
The type of the backend metastore.
Declaration
[JsonProperty("metastoreType")]
public virtual string MetastoreType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below: BigQuery projects/{project_id} Dataproc Metastore projects/{project_id}/locations/{location}/services/{service_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |