numThreadsPerWorker property

int? numThreadsPerWorker
getter/setter pair

The number of threads per worker harness.

If empty or unspecified, the service will choose a number of threads (according to the number of cores on the selected machine type for batch, or 1 by convention for streaming).

Implementation

core.int? numThreadsPerWorker;