Class PeripheralsConfig (3.4.0)

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

Auxiliary services configuration for a workload.

Inheritance

Object > PeripheralsConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

PeripheralsConfig()

public PeripheralsConfig()

PeripheralsConfig(PeripheralsConfig)

public PeripheralsConfig(PeripheralsConfig other)
Parameter
NameDescription
otherPeripheralsConfig

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

SparkHistoryServerConfig

public SparkHistoryServerConfig SparkHistoryServerConfig { get; set; }

Optional. The Spark History Server configuration for the workload.

Property Value
TypeDescription
SparkHistoryServerConfig