public sealed class BackendMetastore : IMessage<BackendMetastore>, IEquatable<BackendMetastore>, IDeepCloneable<BackendMetastore>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class BackendMetastore.
Represents a backend metastore for the federation.
Implements
IMessageBackendMetastore, IEquatableBackendMetastore, IDeepCloneableBackendMetastore, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |
BackendMetastoreTypesMetastoreType |
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:
- BigQuery
projects/{project_id}
- Dataproc Metastore
projects/{project_id}/locations/{location}/services/{service_id}
Property Value | |
---|---|
Type | Description |
string |