SBClientAffineProperties Class
Properties specific to client affine subscriptions.
Constructor
SBClientAffineProperties()
Variables
| Name | Description |
|---|---|
|
client_id
|
Indicates the Client ID of the application that created the client-affine subscription. |
|
is_durable
|
For client-affine subscriptions, this value indicates whether the subscription is durable or not. |
|
is_shared
|
For client-affine subscriptions, this value indicates whether the subscription is shared or not. |
Attributes
clientId
Indicates the Client ID of the application that created the client-affine subscription.
clientId: str
isDurable
For client-affine subscriptions, this value indicates whether the subscription is durable or not.
isDurable: bool
isShared
For client-affine subscriptions, this value indicates whether the subscription is shared or not.
isShared: bool