MetadataFilterBound
public enum MetadataFilterBound
Defines the the relation between the filter key and filter value of a metadata template.
-
Inclusive upper bound parameter for field values of floats and dates.
Declaration
Swift
case lessThan
-
Inclusive lower bound parameter for field values of floats and dates.
Declaration
Swift
case greaterThan
-
Set the filter value equal to filter key.
Declaration
Swift
case equal