disableAutoScheduling property

bool? disableAutoScheduling
getter/setter pair

If true, automatic scheduling of data transfer runs for this configuration will be disabled.

The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.

Implementation

core.bool? disableAutoScheduling;