Google Cloud Dataproc v1 API - Class MetastoreConfig (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class MetastoreConfig.

Specifies a Metastore configuration.

Inheritance

object > MetastoreConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

MetastoreConfig()

public MetastoreConfig()

MetastoreConfig(MetastoreConfig)

public MetastoreConfig(MetastoreConfig other)
Parameter
NameDescription
otherMetastoreConfig

Properties

DataprocMetastoreService

public string DataprocMetastoreService { get; set; }

Required. Resource name of an existing Dataproc Metastore service.

Example:

  • projects/[project_id]/locations/[dataproc_region]/services/[service-name]
Property Value
TypeDescription
string

DataprocMetastoreServiceAsServiceName

public ServiceName DataprocMetastoreServiceAsServiceName { get; set; }

ServiceName-typed view over the DataprocMetastoreService resource name property.

Property Value
TypeDescription
ServiceName