Class RuntimeConfig (3.3.0)

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

Runtime configuration for a workload.

Inheritance

Object > RuntimeConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

RuntimeConfig()

public RuntimeConfig()

RuntimeConfig(RuntimeConfig)

public RuntimeConfig(RuntimeConfig other)
Parameter
NameDescription
otherRuntimeConfig

Properties

Properties

public MapField<string, string> Properties { get; }

Optional. A mapping of property names to values, which are used to configure workload execution.

Property Value
TypeDescription
MapField<String, String>