SBClientAffineProperties Class

Properties specific to client affine subscriptions.

Inheritance
SBClientAffineProperties

Constructor

SBClientAffineProperties(*, client_id: Optional[str] = None, is_durable: Optional[bool] = None, is_shared: Optional[bool] = None, **kwargs)

Parameters

client_id
str
Required

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

is_durable
bool
Required

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

is_shared
bool
Required

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