GetSubscriptionResult

data class GetSubscriptionResult(val accessedAt: String, val autoDeleteOnIdle: String? = null, val azureApiVersion: String, val clientAffineProperties: SBClientAffinePropertiesResponse? = null, val countDetails: MessageCountDetailsResponse, val createdAt: String, val deadLetteringOnFilterEvaluationExceptions: Boolean? = null, val deadLetteringOnMessageExpiration: Boolean? = null, val defaultMessageTimeToLive: String? = null, val duplicateDetectionHistoryTimeWindow: String? = null, val enableBatchedOperations: Boolean? = null, val forwardDeadLetteredMessagesTo: String? = null, val forwardTo: String? = null, val id: String, val isClientAffine: Boolean? = null, val location: String, val lockDuration: String? = null, val maxDeliveryCount: Int? = null, val messageCount: Double, val name: String, val requiresSession: Boolean? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String)

Description of subscription resource.

Constructors

Link copied to clipboard
constructor(accessedAt: String, autoDeleteOnIdle: String? = null, azureApiVersion: String, clientAffineProperties: SBClientAffinePropertiesResponse? = null, countDetails: MessageCountDetailsResponse, createdAt: String, deadLetteringOnFilterEvaluationExceptions: Boolean? = null, deadLetteringOnMessageExpiration: Boolean? = null, defaultMessageTimeToLive: String? = null, duplicateDetectionHistoryTimeWindow: String? = null, enableBatchedOperations: Boolean? = null, forwardDeadLetteredMessagesTo: String? = null, forwardTo: String? = null, id: String, isClientAffine: Boolean? = null, location: String, lockDuration: String? = null, maxDeliveryCount: Int? = null, messageCount: Double, name: String, requiresSession: Boolean? = null, status: String? = null, systemData: SystemDataResponse, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last time there was a receive request to this subscription.

Link copied to clipboard

ISO 8061 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

Properties specific to client affine subscriptions.

Link copied to clipboard

Message count details

Link copied to clipboard

Exact time the message was created.

Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.

Link copied to clipboard

Value that indicates whether a subscription has dead letter support when a message expires.

Link copied to clipboard

ISO 8061 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

ISO 8601 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

Queue/Topic name to forward the Dead Letter message

Link copied to clipboard
val forwardTo: String? = null

Queue/Topic name to forward the messages

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
val isClientAffine: Boolean? = null

Value that indicates whether the subscription has an affinity to the client id.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val lockDuration: String? = null

ISO 8061 lock duration timespan for the subscription. The default value is 1 minute.

Link copied to clipboard
val maxDeliveryCount: Int? = null

Number of maximum deliveries.

Link copied to clipboard

Number of messages.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Value indicating if a subscription supports the concept of sessions.

Link copied to clipboard
val status: String? = null

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

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.