Usage interface
The usage data for a usage request.
Properties
| current |
Current value for this metric NOTE: This property will not be serialized. It can only be populated by the server. |
| limit | Maximum value for this metric NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
| quota |
The quota period used to summarize the usage values. NOTE: This property will not be serialized. It can only be populated by the server. |
| unit | The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentValue
Current value for this metric NOTE: This property will not be serialized. It can only be populated by the server.
currentValue?: number
Property Value
number
limit
Maximum value for this metric NOTE: This property will not be serialized. It can only be populated by the server.
limit?: number
Property Value
number
name
The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
name?: MetricName
Property Value
quotaPeriod
The quota period used to summarize the usage values. NOTE: This property will not be serialized. It can only be populated by the server.
quotaPeriod?: string
Property Value
string
unit
The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string