Cloud Dataplex v1 API - Class Task.Types.InfrastructureSpec.Types.BatchComputeResources (2.13.0)

public sealed class Task.Types.InfrastructureSpec.Types.BatchComputeResources : IMessage<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IEquatable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.InfrastructureSpec.Types.BatchComputeResources.

Batch compute resources associated with the task.

Inheritance

object > Task.Types.InfrastructureSpec.Types.BatchComputeResources

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

BatchComputeResources()

public BatchComputeResources()

BatchComputeResources(BatchComputeResources)

public BatchComputeResources(Task.Types.InfrastructureSpec.Types.BatchComputeResources other)
Parameter
NameDescription
otherTaskTypesInfrastructureSpecTypesBatchComputeResources

Properties

ExecutorsCount

public int ExecutorsCount { get; set; }

Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2]

Property Value
TypeDescription
int

MaxExecutorsCount

public int MaxExecutorsCount { get; set; }

Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]

Property Value
TypeDescription
int