StorageQueueEventSubscriptionDestinationProperties interface

The properties for a storage queue destination.

Properties

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

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