The date when this subscription was created.
The date when this subscription was created.
The name given to this subscription when it was created.
If no name was set, this will be null
.
The name of the subscription or null
if unnamed.
The type of objects the subscription refers to.
The type of objects the subscription refers to.
The string representation of the query the subscription was created with.
If no filter or sort was specified, this will be "TRUEPREDICATE"
.
The string representation of the query the subscription was created with.
The date when this subscription was last updated.
The date when this subscription was last updated.
Generated using TypeDoc
Class representing a single query subscription in a set of flexible sync SubscriptionSet. This class contains readonly information about the subscription – any changes to the set of subscriptions must be carried out in a SubscriptionSet.update callback.