Get Topic Result
data class GetTopicResult(val autoDeleteOnIdle: String, val defaultMessageTtl: String, val duplicateDetectionHistoryTimeWindow: String, val enableBatchedOperations: Boolean, val enableExpress: Boolean, val enablePartitioning: Boolean, val id: String, val maxSizeInMegabytes: Int, val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val requiresDuplicateDetection: Boolean, val resourceGroupName: String? = null, val status: String, val supportOrdering: Boolean)
A collection of values returned by getTopic.
Constructors
Link copied to clipboard
fun GetTopicResult(autoDeleteOnIdle: String, defaultMessageTtl: String, duplicateDetectionHistoryTimeWindow: String, enableBatchedOperations: Boolean, enableExpress: Boolean, enablePartitioning: Boolean, id: String, maxSizeInMegabytes: Int, name: String, namespaceId: String? = null, namespaceName: String? = null, requiresDuplicateDetection: Boolean, resourceGroupName: String? = null, status: String, supportOrdering: Boolean)
Types
Properties
Link copied to clipboard
Integer value which controls the size of memory allocated for the topic. For supported values see the "Queue/topic size" section of this document.
Link copied to clipboard