Notification subscriptions query input.

interface SubscriptionQuery {
    conditions: SubscriptionQueryCondition[];
    queryFlags?: SubscriptionQueryFlags;
}

Properties

One or more conditions to query on. If more than 2 conditions are specified, the combined results of each condition is returned (i.e. conditions are logically OR'ed).

Flags the refine the types of subscriptions that will be returned from the query.