delimiter property

String? delimiter
getter/setter pair

Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.

Must be set to DELIMITER_UNSPECIFIED if no delay is to be added.

Optional. Possible string values are:

  • "DELIMITER_BATCH" : The delay will also be added between batches of projects corresponding to the same location.
  • "DELIMITER_LOCATION" : The delay will only be added between batches of projects corresponding to different locations.
  • "DELIMITER_UNSPECIFIED" : No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done.

Implementation

core.String? delimiter;