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
DBTEAMUploadApiRateLimitValueUnlimitedSwift
case unlimited = 0 -
The number of upload API calls allowed per month.
Declaration
Objective-C
DBTEAMUploadApiRateLimitValueLimitSwift
case limit = 1 -
(no description).
Declaration
Objective-C
DBTEAMUploadApiRateLimitValueOtherSwift
case other = 2
View on GitHub
DBTEAMUploadApiRateLimitValueTag Enumeration Reference