GetTopicResult

data class GetTopicResult(val accessedAt: String, val autoDeleteOnIdle: String? = null, val azureApiVersion: String, val countDetails: MessageCountDetailsResponse, val createdAt: String, val defaultMessageTimeToLive: String? = null, val duplicateDetectionHistoryTimeWindow: String? = null, val enableBatchedOperations: Boolean? = null, val enableExpress: Boolean? = null, val enablePartitioning: Boolean? = null, val id: String, val location: String, val maxMessageSizeInKilobytes: Double? = null, val maxSizeInMegabytes: Int? = null, val name: String, val requiresDuplicateDetection: Boolean? = null, val sizeInBytes: Double, val status: String? = null, val subscriptionCount: Int, val supportOrdering: Boolean? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String)

Description of topic resource.

Constructors

Link copied to clipboard
constructor(accessedAt: String, autoDeleteOnIdle: String? = null, azureApiVersion: String, countDetails: MessageCountDetailsResponse, createdAt: String, defaultMessageTimeToLive: String? = null, duplicateDetectionHistoryTimeWindow: String? = null, enableBatchedOperations: Boolean? = null, enableExpress: Boolean? = null, enablePartitioning: Boolean? = null, id: String, location: String, maxMessageSizeInKilobytes: Double? = null, maxSizeInMegabytes: Int? = null, name: String, requiresDuplicateDetection: Boolean? = null, sizeInBytes: Double, status: String? = null, subscriptionCount: Int, supportOrdering: Boolean? = null, systemData: SystemDataResponse, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last time the message was sent, or a request was received, for this topic.

Link copied to clipboard

ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Message count details

Link copied to clipboard

Exact time the message was created.

Link copied to clipboard

ISO 8601 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.

Link copied to clipboard

ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.

Link copied to clipboard

Value that indicates whether server-side batched operations are enabled.

Link copied to clipboard
val enableExpress: Boolean? = null

Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage.

Link copied to clipboard

Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Maximum size (in KB) of the message payload that can be accepted by the topic. This property is only used in Premium today and default is 1024.

Link copied to clipboard
val maxSizeInMegabytes: Int? = null

Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Value indicating if this topic requires duplicate detection.

Link copied to clipboard

Size of the topic, in bytes.

Link copied to clipboard
val status: String? = null

Enumerates the possible values for the status of a messaging entity.

Link copied to clipboard

Number of subscriptions.

Link copied to clipboard

Value that indicates whether the topic supports ordering.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Link copied to clipboard

The exact time the message was updated.