StorageQueueEventSubscriptionDestination interface

Information about the storage queue destination for an event subscription.

Extends

Properties

endpointType

Polymorphic discriminator, which specifies the different types this object can be

queueMessageTimeToLiveInSeconds

Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite.

queueName

The name of the Storage queue under a storage account that is the destination of an event subscription.

resourceId

The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.

Property Details

endpointType

Polymorphic discriminator, which specifies the different types this object can be

endpointType: "StorageQueue"

Property Value

"StorageQueue"

queueMessageTimeToLiveInSeconds

Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite.

queueMessageTimeToLiveInSeconds?: number

Property Value

number

queueName

The name of the Storage queue under a storage account that is the destination of an event subscription.

queueName?: string

Property Value

string

resourceId

The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.

resourceId?: string

Property Value

string