BigQuery Connection v1 API - Class MetastoreServiceConfig (2.8.0)

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

Reference documentation and code samples for the BigQuery Connection v1 API class MetastoreServiceConfig.

Configuration of the Dataproc Metastore Service.

Inheritance

object > MetastoreServiceConfig

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

MetastoreServiceConfig()

public MetastoreServiceConfig()

MetastoreServiceConfig(MetastoreServiceConfig)

public MetastoreServiceConfig(MetastoreServiceConfig other)
Parameter
NameDescription
otherMetastoreServiceConfig

Properties

MetastoreService

public string MetastoreService { get; set; }

Optional. Resource name of an existing Dataproc Metastore service.

Example:

  • projects/[project_id]/locations/[region]/services/[service_id]
Property Value
TypeDescription
string

MetastoreServiceAsServiceName

public ServiceName MetastoreServiceAsServiceName { get; set; }

ServiceName-typed view over the MetastoreService resource name property.

Property Value
TypeDescription
ServiceName