public sealed class BackendMetastore : IMessage<BackendMetastore>, IEquatable<BackendMetastore>, IDeepCloneable<BackendMetastore>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class BackendMetastore.
Represents a backend metastore for the federation.
Implements
IMessage<BackendMetastore>, IEquatable<BackendMetastore>, IDeepCloneable<BackendMetastore>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
BackendMetastore()
public BackendMetastore()BackendMetastore(BackendMetastore)
public BackendMetastore(BackendMetastore other)| Parameter | |
|---|---|
| Name | Description |
other |
BackendMetastore |
Properties
MetastoreType
public BackendMetastore.Types.MetastoreType MetastoreType { get; set; }The type of the backend metastore.
| Property Value | |
|---|---|
| Type | Description |
BackendMetastore.Types.MetastoreType |
|
Name
public string Name { get; set; }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:
- Dataplex
projects/{project_id}/locations/{location}/lakes/{lake_id}- BigQuery
projects/{project_id}- Dataproc Metastore
projects/{project_id}/locations/{location}/services/{service_id}
| Property Value | |
|---|---|
| Type | Description |
String |
|