DBTEAMLegalHoldStatusTag
Objective-C
enum DBTEAMLegalHoldStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLegalHoldStatusTag : Int, @unchecked Sendable
The DBTEAMLegalHoldStatusTag
enum type represents the possible tag states
with which the DBTEAMLegalHoldStatus
union can exist.
-
The legal hold policy is active.
Declaration
Objective-C
DBTEAMLegalHoldStatusActive
Swift
case active = 0
-
The legal hold policy was released.
Declaration
Objective-C
DBTEAMLegalHoldStatusReleased
Swift
case released = 1
-
The legal hold policy is activating.
Declaration
Objective-C
DBTEAMLegalHoldStatusActivating
Swift
case activating = 2
-
The legal hold policy is updating.
Declaration
Objective-C
DBTEAMLegalHoldStatusUpdating
Swift
case updating = 3
-
The legal hold policy is exporting.
Declaration
Objective-C
DBTEAMLegalHoldStatusExporting
Swift
case exporting = 4
-
The legal hold policy is releasing.
Declaration
Objective-C
DBTEAMLegalHoldStatusReleasing
Swift
case releasing = 5
-
(no description).
Declaration
Objective-C
DBTEAMLegalHoldStatusOther
Swift
case other = 6