Package version:
Optional
authorizationAuthorization rules on the topic
Optional
autoMax idle time before entity is deleted. This is to be specified in ISO-8601 duration format such as "PT1M" for 1 minute, "PT5S" for 5 seconds.
More on ISO-8601 duration format: https://en.wikipedia.org/wiki/ISO_8601#Durations
Optional
availabilityAvailability status of the messaging entity.
Optional
defaultDetermines how long a message lives in the associated subscriptions. Subscriptions inherit the TTL from the topic unless they are created explicitly with a smaller TTL. Based on whether dead-lettering is enabled, a message whose TTL has expired will either be moved to the subscription’s associated dead-letter sub-queue or will be permanently deleted. This is to be specified in ISO-8601 duration format such as "PT1M" for 1 minute, "PT5S" for 5 seconds.
More on ISO-8601 duration format: https://en.wikipedia.org/wiki/ISO_8601#Durations
Optional
duplicateSpecifies the time span during which the Service Bus will detect message duplication. This is to be specified in ISO-8601 duration format such as "PT1M" for 1 minute, "PT5S" for 5 seconds.
More on ISO-8601 duration format: https://en.wikipedia.org/wiki/ISO_8601#Durations
Optional
enableSpecifies if batched operations should be allowed.
Optional
enableSpecifies whether express entities are enabled on topic.
Optional
enableSpecifies whether the topic should be partitioned
Optional
maxThe maximum message size in kilobytes for messages sent to this topic.
(Configurable only for Premium Tier Service Bus namespace.)
Optional
maxSpecifies the maximum topic size in megabytes. Any attempt to enqueue a message that will cause the topic to exceed this value will fail. All messages that are stored in the topic or any of its subscriptions count towards this value. Multiple copies of a message that reside in one or multiple subscriptions count as a single messages. For example, if message m exists once in subscription s1 and twice in subscription s2, m is counted as a single message.
Optional
requiresIf enabled, the topic will detect duplicate messages within the time span specified by the DuplicateDetectionHistoryTimeWindow property. Settable only at topic creation time.
Optional
statusStatus of the messaging entity.
Optional
supportSpecifies whether the topic supports message ordering.
Optional
userThe user provided metadata information associated with the topic. Used to specify textual content such as tags, labels, etc. Value must not exceed 1024 bytes encoded in utf-8.
Generated using TypeDoc
Represents settable options on a topic