你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SBTopic 类
主题资源的说明。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.servicebus.v2022_10_01_preview.models._models_py3.ProxyResourceSBTopic
构造函数
SBTopic(*, default_message_time_to_live: timedelta | None = None, max_size_in_megabytes: int | None = None, max_message_size_in_kilobytes: int | None = None, requires_duplicate_detection: bool | None = None, duplicate_detection_history_time_window: timedelta | None = None, enable_batched_operations: bool | None = None, status: str | _models.EntityStatus | None = None, support_ordering: bool | None = None, auto_delete_on_idle: timedelta | None = None, enable_partitioning: bool | None = None, enable_express: bool | None = None, **kwargs: Any)
变量
- id
- str
资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。
- name
- str
资源的名称。
- type
- str
资源类型。 例如“Microsoft.EventHub/Namespaces”或“Microsoft.EventHub/Namespaces/EventHubs”。
- location
- str
资源所在的地理位置。
- system_data
- SystemData
与此资源相关的系统元数据。
- size_in_bytes
- int
主题的大小(以字节为单位)。
- created_at
- datetime
消息的确切创建时间。
- updated_at
- datetime
消息的确切更新时间。
- accessed_at
- datetime
上一次发送此主题的消息或收到请求的时间。
- subscription_count
- int
订阅数。
- count_details
- MessageCountDetails
消息计数详细信息。
- default_message_time_to_live
- timedelta
ISO 8601 默认消息时间跨度到实时值。 这是消息过期的持续时间,从消息发送到服务总线时开始。 这是未在消息本身上设置 TimeToLive 时使用的默认值。
- max_size_in_megabytes
- int
主题的最大大小(以 MB 为单位),即为主题分配的内存大小。 默认值为 1024。
- max_message_size_in_kilobytes
- int
主题可接受的消息有效负载) 的最大大小 (KB。 此属性目前仅在高级版中使用,默认值为 1024。
- requires_duplicate_detection
- bool
指示本主题是否需要重复检测的值。
- duplicate_detection_history_time_window
- timedelta
ISO8601 时间跨度结构,用于定义重复检测历史记录的持续时间。 默认值为 10 分钟。
- enable_batched_operations
- bool
指示是否启用服务器端批处理操作的值。
- status
- str 或 EntityStatus
枚举消息实体状态的可能值。 已知值为:“Active”、“Disabled”、“Restoring”、“SendDisabled”、“ReceiveDisabled”、“Create”、“删除”、“Renaming”和“Unknown”。
- support_ordering
- bool
指示主题是否支持排序的值。
- auto_delete_on_idle
- timedelta
ISO 8601 时间跨度空闲间隔后,主题将自动删除。 最短持续时间为 5 分钟。
- enable_partitioning
- bool
指示是否启用要跨多个消息中转站进行分区的主题的值。
- enable_express
- bool
指示是否启用 Express Entities 的值。 快速主题在将消息写入持久存储之前暂时将其保留在内存中。