RouteProperties.Condition Property

Definition

Gets or sets the condition that is evaluated to apply the routing rule. If no condition is provided, it evaluates to true by default. For grammar, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language

[Newtonsoft.Json.JsonProperty(PropertyName="condition")]
public string Condition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="condition")>]
member this.Condition : string with get, set
Public Property Condition As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to