Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubscriptionQueryCondition

Conditions a subscription must match to qualify for the query result set. Not all fields are required. A subscription must match all conditions specified in order to qualify for the result set.

Hierarchy

  • SubscriptionQueryCondition

Index

Properties

Optional filter

Filter conditions that matching subscriptions must have. Typically only the filter's type and event type are used for matching.

Optional scope

scope: string

Scope that matching subscriptions must have.

Optional subscriberId

subscriberId: string

ID of the subscriber (user or group) that matching subscriptions must be subscribed to.

Optional subscriptionId

subscriptionId: string

ID of the subscription to query for.

Generated using TypeDoc