Configuration.Metrics 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.
The custom metrics specified by the developer as queries against twin reported properties.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="metrics")]
public Microsoft.Azure.Devices.ConfigurationMetrics Metrics { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="metrics")>]
member this.Metrics : Microsoft.Azure.Devices.ConfigurationMetrics with get, set
Public Property Metrics As ConfigurationMetrics
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute