DBUSERSSpaceAllocationTag
Objective-C
enum DBUSERSSpaceAllocationTag : NSInteger {}
Swift
@frozen enum DBUSERSSpaceAllocationTag : Int, @unchecked Sendable
The DBUSERSSpaceAllocationTag
enum type represents the possible tag states
with which the DBUSERSSpaceAllocation
union can exist.
-
The user’s space allocation applies only to their individual account.
Declaration
Objective-C
DBUSERSSpaceAllocationIndividual
Swift
case individual = 0
-
The user shares space with other members of their team.
Declaration
Objective-C
DBUSERSSpaceAllocationTeam
Swift
case team = 1
-
(no description).
Declaration
Objective-C
DBUSERSSpaceAllocationOther
Swift
case other = 2