This is the documentation for ToiChannelServiceQueryCondition.
A structure used to list property key-value pairs plus an operation. Use toi.statics.ToiChannelServiceQueryCondition.create(<operand>, <operation>) to create an instance of ToiChannelServiceQueryCondition.
import "ToiChannelServiceQueryCondition.idl";
Public Attributes | |
attribute ToiChannelServiceProperty | operand |
attribute ToiChannelService::TToiConditionOperation | operation |
The metadata property and the value to match in the query.
Which operation the query should use for this key-value pair. For example equal (==) or not equal (!=).