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.

Properties

Accessors

  • get name(): null | string
  • The name given to this subscription when it was created. If no name was set, this will be null.

    Returns null | string

    The name of the subscription or null if unnamed.

  • get queryString(): string
  • The string representation of the query the subscription was created with. If no filter or sort was specified, this will be "TRUEPREDICATE".

    Returns string

    The string representation of the query the subscription was created with.

Generated using TypeDoc