dryRun property

bool? dryRun
getter/setter pair

If true, the job will run in dry run mode, returning the total object count and, if the object configuration is a prefix list, the bytes found from source.

No transformations will be performed.

Optional.

Implementation

core.bool? dryRun;