Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBTopicProperties
Packages that use SBTopicProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of SBTopicProperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBTopicPropertiesModifier and TypeMethodDescriptionstatic SBTopicPropertiesSBTopicProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBTopicProperties from the JsonReader.SBTopicProperties.withAutoDeleteOnIdle(Duration autoDeleteOnIdle) Set the autoDeleteOnIdle property: ISO 8601 timespan idle interval after which the topic is automatically deleted.SBTopicProperties.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive) Set the defaultMessageTimeToLive property: ISO 8601 Default message timespan to live value.SBTopicProperties.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow) Set the duplicateDetectionHistoryTimeWindow property: ISO8601 timespan structure that defines the duration of the duplicate detection history.SBTopicProperties.withEnableBatchedOperations(Boolean enableBatchedOperations) Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBTopicProperties.withEnableExpress(Boolean enableExpress) Set the enableExpress property: Value that indicates whether Express Entities are enabled.SBTopicProperties.withEnablePartitioning(Boolean enablePartitioning) Set the enablePartitioning property: Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.SBTopicProperties.withMaxMessageSizeInKilobytes(Long maxMessageSizeInKilobytes) Set the maxMessageSizeInKilobytes property: Maximum size (in KB) of the message payload that can be accepted by the topic.SBTopicProperties.withMaxSizeInMegabytes(Integer maxSizeInMegabytes) Set the maxSizeInMegabytes property: Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic.SBTopicProperties.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection) Set the requiresDuplicateDetection property: Value indicating if this topic requires duplicate detection.SBTopicProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBTopicProperties.withSupportOrdering(Boolean supportOrdering) Set the supportOrdering property: Value that indicates whether the topic supports ordering.