ProjectLimitStatus interface
Usage and limit status for a resource quota in a MongoDB Atlas project.
Properties
| current | Current value. |
| is |
Whether the limit has been reached. |
| maximum | Maximum allowed value. |
| type | Type of the limit. |
Property Details
current
Current value.
current: number
Property Value
number
isReached
Whether the limit has been reached.
isReached: boolean
Property Value
boolean
maximum
Maximum allowed value.
maximum: number
Property Value
number
type
Type of the limit.
type: string
Property Value
string