Table of Contents

Class Condition

Filter condition applicable to a single key.

public class Condition
Inheritance
object
Condition

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

Operator

StringValue

The string value to filter the metadata on.

public string StringValue { get; set; }

Property Value

string