temporaryHold property

bool? temporaryHold
getter/setter pair

Whether an object is under temporary hold.

While this flag is set to true, the object is protected against deletion and overwrites. A common use case of this flag is regulatory investigations where objects need to be retained while the investigation is ongoing. Note that unlike event-based hold, temporary hold does not impact retention expiration time of an object.

Implementation

core.bool? temporaryHold;