Class Condition
Filter condition applicable to a single key.
public class Condition
- Inheritance
-
objectCondition
Properties
NumericValue
The numeric value to filter the metadata on.
public float NumericValue { get; set; }
Property Value
- float
Operation
Required. Operator applied to the given key-value pair to trigger the condition.
public Operator Operation { get; set; }
Property Value
StringValue
The string value to filter the metadata on.
public string StringValue { get; set; }
Property Value
- string