numberOfWorkers property

int? numberOfWorkers
final

The number of workers of a defined workerType that are allocated when a task of the transform runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

Implementation

final int? numberOfWorkers;