2.2.7 SubscriptionCollectionIdentifier

The SubscriptionCollectionIdentifier is used to identify a subscription in a subscription collection (see section 3.1.4.6.2). The format of the identifier depends on the version of the protocol that is implemented by the server (see section 3.1.4.10.1).

The following is the ABNF syntax [RFC4234] for these identifiers on servers that implement protocol version 1.

 SubscriptionCollectionIdentifier = SubscriptionID
 SubscriptionID = CurlyBraceGuidString
  

The following is the ABNF syntax for these identifiers on servers that implement protocol version 2.

 SubscriptionCollectionIdentifier = SubscriptionID "-" PartitionID "-" ApplicationID
 SubscriptionID = CurlyBraceGuidString
 PartitionID = CurlyBraceGuidString
 ApplicationID = CurlyBraceGuidString