ThrottlingPolicy interface
Properties of the throttling policy
- Extends
Properties
metric |
Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal |
rate |
The Threshold limit above which the application group will be throttled.Rate limit is always per second. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
name | The Name of this policy |
Property Details
metricId
Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
metricId: string
Property Value
string
rateLimitThreshold
The Threshold limit above which the application group will be throttled.Rate limit is always per second.
rateLimitThreshold: number
Property Value
number
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ThrottlingPolicy"
Property Value
"ThrottlingPolicy"
Inherited Property Details
name
The Name of this policy
name: string
Property Value
string
Inherited From ApplicationGroupPolicy.name