SBClientAffineProperties Class

Properties specific to client affine subscriptions.

Constructor

SBClientAffineProperties(*args: Any, **kwargs: Any)

Variables

Name Description
client_id
str

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

client_id

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

client_id: str | None

is_durable

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

is_durable: bool | None

is_shared

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

is_shared: bool | None