ToiChannelServiceQueryCondition Interface Reference


Description

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";

List of all members.

Public Attributes

attribute ToiChannelServiceProperty operand
attribute
ToiChannelService::TToiConditionOperation 
operation

Member Data Documentation

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 (!=).