progressUnit property

String? progressUnit
getter/setter pair

Input only.

Unit based on which transfer status progress should be calculated. Possible string values are:

  • "TRANSFER_STATUS_UNIT_UNSPECIFIED" : Default value.
  • "TRANSFER_STATUS_UNIT_BYTES" : Bytes.
  • "TRANSFER_STATUS_UNIT_OBJECTS" : Objects.

Implementation

core.String? progressUnit;