temporaryHold property
Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets.
If unspecified, the default behavior is the same as TEMPORARY_HOLD_PRESERVE. Possible string values are:
- "TEMPORARY_HOLD_UNSPECIFIED" : Temporary hold behavior is unspecified.
- "TEMPORARY_HOLD_SKIP" : Do not set a temporary hold on the destination object.
- "TEMPORARY_HOLD_PRESERVE" : Preserve the object's original temporary hold status.
Implementation
core.String? temporaryHold;