Get Queue Result
data class GetQueueResult(val autoDeleteOnIdle: String, val deadLetteringOnMessageExpiration: Boolean, val defaultMessageTtl: String, val duplicateDetectionHistoryTimeWindow: String, val enableBatchedOperations: Boolean, val enableExpress: Boolean, val enablePartitioning: Boolean, val forwardDeadLetteredMessagesTo: String, val forwardTo: String, val id: String, val lockDuration: String, val maxDeliveryCount: Int, val maxSizeInMegabytes: Int, val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val requiresDuplicateDetection: Boolean, val requiresSession: Boolean, val resourceGroupName: String? = null, val status: String)
A collection of values returned by getQueue.
Constructors
Link copied to clipboard
fun GetQueueResult(autoDeleteOnIdle: String, deadLetteringOnMessageExpiration: Boolean, defaultMessageTtl: String, duplicateDetectionHistoryTimeWindow: String, enableBatchedOperations: Boolean, enableExpress: Boolean, enablePartitioning: Boolean, forwardDeadLetteredMessagesTo: String, forwardTo: String, id: String, lockDuration: String, maxDeliveryCount: Int, maxSizeInMegabytes: Int, name: String, namespaceId: String? = null, namespaceName: String? = null, requiresDuplicateDetection: Boolean, requiresSession: Boolean, resourceGroupName: String? = null, status: String)
Types
Properties
Link copied to clipboard
The name of a Queue or Topic to automatically forward messages to. Please see the documentation for more information.
Link copied to clipboard
Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of Service Bus Quotas.