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
DBUSERSSpaceAllocationIndividualSwift
case individual = 0 -
The user shares space with other members of their team.
Declaration
Objective-C
DBUSERSSpaceAllocationTeamSwift
case team = 1 -
(no description).
Declaration
Objective-C
DBUSERSSpaceAllocationOtherSwift
case other = 2
View on GitHub
DBUSERSSpaceAllocationTag Enumeration Reference