public sealed class RuntimeConfig : IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessage
Runtime configuration for a workload.
Implements
IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
RuntimeConfig()
public RuntimeConfig()
RuntimeConfig(RuntimeConfig)
public RuntimeConfig(RuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other | RuntimeConfig |
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 | |
---|---|
Type | Description |
MapField<String, String> |