DBTEAMUploadApiRateLimitValueTag
Objective-C
enum DBTEAMUploadApiRateLimitValueTag : NSInteger {}
Swift
@frozen enum DBTEAMUploadApiRateLimitValueTag : Int, @unchecked Sendable
The DBTEAMUploadApiRateLimitValueTag
enum type represents the possible tag
states with which the DBTEAMUploadApiRateLimitValue
union can exist.
-
This team has unlimited upload API quota. So far both server version account and legacy account type have unlimited monthly upload api quota.
Declaration
Objective-C
DBTEAMUploadApiRateLimitValueUnlimited
Swift
case unlimited = 0
-
The number of upload API calls allowed per month.
Declaration
Objective-C
DBTEAMUploadApiRateLimitValueLimit
Swift
case limit = 1
-
(no description).
Declaration
Objective-C
DBTEAMUploadApiRateLimitValueOther
Swift
case other = 2