Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBQueueProperties
Packages that use SBQueueProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of SBQueueProperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBQueuePropertiesModifier and TypeMethodDescriptionstatic SBQueuePropertiesSBQueueProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBQueueProperties from the JsonReader.SBQueueProperties.withAutoDeleteOnIdle(Duration autoDeleteOnIdle) Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the queue is automatically deleted.SBQueueProperties.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration) Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter support when a message expires.SBQueueProperties.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive) Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.SBQueueProperties.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow) Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.SBQueueProperties.withEnableBatchedOperations(Boolean enableBatchedOperations) Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBQueueProperties.withEnableExpress(Boolean enableExpress) Set the enableExpress property: A value that indicates whether Express Entities are enabled.SBQueueProperties.withEnablePartitioning(Boolean enablePartitioning) Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across multiple message brokers.SBQueueProperties.withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo) Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.SBQueueProperties.withForwardTo(String forwardTo) Set the forwardTo property: Queue/Topic name to forward the messages.SBQueueProperties.withLockDuration(Duration lockDuration) Set the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers.SBQueueProperties.withMaxDeliveryCount(Integer maxDeliveryCount) Set the maxDeliveryCount property: The maximum delivery count.SBQueueProperties.withMaxMessageSizeInKilobytes(Long maxMessageSizeInKilobytes) Set the maxMessageSizeInKilobytes property: Maximum size (in KB) of the message payload that can be accepted by the queue.SBQueueProperties.withMaxSizeInMegabytes(Integer maxSizeInMegabytes) Set the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.SBQueueProperties.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection) Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.SBQueueProperties.withRequiresSession(Boolean requiresSession) Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.SBQueueProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.