ThrottlingMetric interface
model interface ThrottlingMetric
Properties
| bucket |
The bucket size. |
| interval | The interval. |
| limit | The limit. |
| type | The throttling metric type |
Property Details
bucketSize
The bucket size.
bucketSize?: string
Property Value
string
interval
The interval.
interval?: string
Property Value
string
limit
The limit.
limit: number
Property Value
number
type
The throttling metric type
type: string
Property Value
string