DBTEAMLOGSpaceLimitsStatusTag
Objective-C
enum DBTEAMLOGSpaceLimitsStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGSpaceLimitsStatusTag : Int, @unchecked Sendable
The DBTEAMLOGSpaceLimitsStatusTag
enum type represents the possible tag
states with which the DBTEAMLOGSpaceLimitsStatus
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGSpaceLimitsStatusNearQuota
Swift
case nearQuota = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGSpaceLimitsStatusOverQuota
Swift
case overQuota = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGSpaceLimitsStatusWithinQuota
Swift
case withinQuota = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGSpaceLimitsStatusOther
Swift
case other = 3