SBClientAffineProperties interface
Properties specific to client affine subscriptions.
Properties
client |
Indicates the Client ID of the application that created the client-affine subscription. |
is |
For client-affine subscriptions, this value indicates whether the subscription is durable or not. |
is |
For client-affine subscriptions, this value indicates whether the subscription is shared or not. |
Property Details
clientId
Indicates the Client ID of the application that created the client-affine subscription.
clientId?: string
Property Value
string
isDurable
For client-affine subscriptions, this value indicates whether the subscription is durable or not.
isDurable?: boolean
Property Value
boolean
isShared
For client-affine subscriptions, this value indicates whether the subscription is shared or not.
isShared?: boolean
Property Value
boolean