ThrottlingPolicy.MetricId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets 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. Possible values include: 'IncomingBytes', 'OutgoingBytes', 'IncomingMessages', 'OutgoingMessages'
[Newtonsoft.Json.JsonProperty(PropertyName="metricId")]
public string MetricId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metricId")>]
member this.MetricId : string with get, set
Public Property MetricId As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute