SBClientAffineProperties interface

Properties specific to client affine subscriptions.

Properties

clientId

Indicates the Client ID of the application that created the client-affine subscription.

isDurable

For client-affine subscriptions, this value indicates whether the subscription is durable or not.

isShared

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