TopicCreateOrUpdateParameters 類別
提供給建立或更新主題作業的參數。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.servicebus._serialization.ModelTopicCreateOrUpdateParameters
建構函式
TopicCreateOrUpdateParameters(*, location: str, name: str | None = None, auto_delete_on_idle: str | None = None, entity_availability_status: str | _models.EntityAvailabilityStatus | None = None, default_message_time_to_live: str | None = None, duplicate_detection_history_time_window: str | None = None, enable_batched_operations: bool | None = None, enable_express: bool | None = None, enable_partitioning: bool | None = None, filtering_messages_before_publishing: bool | None = None, is_anonymous_accessible: bool | None = None, is_express: bool | None = None, max_size_in_megabytes: int | None = None, requires_duplicate_detection: bool | None = None, status: str | _models.EntityStatus | None = None, support_ordering: bool | None = None, **kwargs: Any)
變數
- name
- str
主題名稱。
- location
- str
資源的位置。 必要。
- accessed_at
- datetime
上次針對本主題傳送訊息或收到要求的時間。
- auto_delete_on_idle
- str
TimeSpan 閒置間隔,之後會自動刪除主題。 最短持續時間為 5 分鐘。
- entity_availability_status
- str 或 EntityAvailabilityStatus
主題的實體可用性狀態。 已知值為:「可用」、「有限」、「重新命名」、「還原」和「未知」。
- created_at
- datetime
訊息建立的確切時間。
- count_details
- MessageCountDetails
訊息計數詳細資料。
- default_message_time_to_live
- str
預設訊息存留時間值。 這是訊息到期後的持續時間,從訊息傳送至服務匯流排時開始。 這是在訊息本身未設定 TimeToLive 時所使用的預設值。
- duplicate_detection_history_time_window
- str
定義重複偵測歷程記錄持續時間的 TimeSpan 結構。 預設值是 10 分鐘。
- enable_batched_operations
- bool
值,指出是否啟用伺服器端批次處理作業。
- enable_express
- bool
值,指出是否啟用 Express 實體。 快速主題會暫時在記憶體中保存訊息,再將其寫入永續性儲存體。
- enable_partitioning
- bool
值,指出是否已啟用跨多個訊息代理程式分割的主題。
- filtering_messages_before_publishing
- bool
發佈之前是否應該篩選訊息。
- is_anonymous_accessible
- bool
值,指出訊息是否可以匿名存取。
- is_express
- bool
- max_size_in_megabytes
- int
主題的大小上限,以 MB 為單位,這是為主題配置的記憶體大小。
- requires_duplicate_detection
- bool
指出本主題是否需要重複偵測的值。
- size_in_bytes
- int
主題的大小,以位元組為單位。
- status
- str 或 EntityStatus
列舉訊息實體狀態的可能值。 已知值為:「作用中」、「建立」、「刪除」、「已停用」、「ReceiveDisabled」、「重新命名」、「還原」、「SendDisabled」和「未知」。
- subscription_count
- int
訂用帳戶數目。
- support_ordering
- bool
值,指出主題是否支援排序。
- updated_at
- datetime
訊息的確切更新時間。