Get Queue Result
data class GetQueueResult(val accessedAt: String, val autoDeleteOnIdle: String? = null, val countDetails: MessageCountDetailsResponse, val createdAt: String, val deadLetteringOnMessageExpiration: Boolean? = null, val defaultMessageTimeToLive: String? = null, val duplicateDetectionHistoryTimeWindow: String? = null, val enableBatchedOperations: Boolean? = null, val enableExpress: Boolean? = null, val enablePartitioning: Boolean? = null, val forwardDeadLetteredMessagesTo: String? = null, val forwardTo: String? = null, val id: String, val location: String, val lockDuration: String? = null, val maxDeliveryCount: Int? = null, val maxMessageSizeInKilobytes: Double? = null, val maxSizeInMegabytes: Int? = null, val messageCount: Double, val name: String, val requiresDuplicateDetection: Boolean? = null, val requiresSession: Boolean? = null, val sizeInBytes: Double, val status: String? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String)
Description of queue Resource.
Constructors
Link copied to clipboard
fun GetQueueResult(accessedAt: String, autoDeleteOnIdle: String? = null, countDetails: MessageCountDetailsResponse, createdAt: String, deadLetteringOnMessageExpiration: Boolean? = null, defaultMessageTimeToLive: String? = null, duplicateDetectionHistoryTimeWindow: String? = null, enableBatchedOperations: Boolean? = null, enableExpress: Boolean? = null, enablePartitioning: Boolean? = null, forwardDeadLetteredMessagesTo: String? = null, forwardTo: String? = null, id: String, location: String, lockDuration: String? = null, maxDeliveryCount: Int? = null, maxMessageSizeInKilobytes: Double? = null, maxSizeInMegabytes: Int? = null, messageCount: Double, name: String, requiresDuplicateDetection: Boolean? = null, requiresSession: Boolean? = null, sizeInBytes: Double, status: String? = null, systemData: SystemDataResponse, type: String, updatedAt: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard