Dataproc Metastore v1alpha API - Class BackendMetastore (2.0.0-alpha09)

public sealed class BackendMetastore : IMessage<BackendMetastore>, IEquatable<BackendMetastore>, IDeepCloneable<BackendMetastore>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1alpha API class BackendMetastore.

Represents a backend metastore for the federation.

Inheritance

object > BackendMetastore

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

BackendMetastore()

public BackendMetastore()

BackendMetastore(BackendMetastore)

public BackendMetastore(BackendMetastore other)
Parameter
NameDescription
otherBackendMetastore

Properties

MetastoreType

public BackendMetastore.Types.MetastoreType MetastoreType { get; set; }

The type of the backend metastore.

Property Value
TypeDescription
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
TypeDescription
string