Usage interface
用法的定义。
属性
| current |
获取或设置当前使用情况值。 |
| id | 获取或设置资源的 ID。 |
| limit | 获取或设置最大限制。 -1 无限 |
| name | 获取或设置使用情况计数器名称。 |
| throttle |
获取或设置限制状态。 |
| unit | 获取或设置使用单位名称。 |
属性详细信息
currentValue
获取或设置当前使用情况值。
currentValue?: number
属性值
number
id
获取或设置资源的 ID。
id?: string
属性值
string
limit
获取或设置最大限制。 -1 无限
limit?: number
属性值
number
name
throttleStatus
获取或设置限制状态。
throttleStatus?: string
属性值
string
unit
获取或设置使用单位名称。
unit?: string
属性值
string