QueueSettings Properties

 

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

NameDescription
System_CAPS_pubpropertyDefaultMessageTimeToLive

Gets the default message time to live queue settings.

System_CAPS_pubpropertyDuplicateDetectionHistoryTimeWindow

Gets the queue that defines the duration of the duplicate detection history.

System_CAPS_pubpropertyEnableBatchedOperations

Gets or sets a value that indicates whether the batched operations are enabled.

System_CAPS_pubpropertyEnableDeadLetteringOnMessageExpiration

Gets or sets the value indicates whether this queue has dead letter support when a message expires.

System_CAPS_pubpropertyIsAnonymousAccessible

Gets or sets a value that indicates whether the message is anonymous accessible.

System_CAPS_pubpropertyLockDuration

Gets the lock duration time span for the queue settings.

System_CAPS_pubpropertyMaximumDeliveryCount

Gets or sets the number of maximum deliveries.

System_CAPS_pubpropertyMaximumSizeInMegabytes

Gets or sets the maximum size of the queue in megabytes.

System_CAPS_pubpropertyRequiresDuplicateDetection

Gets or sets the value indicating if this queue requires duplicate detection.

System_CAPS_pubpropertyRequiresSession

Gets or sets a value that indicates whether the queue requires the concept of session.

System_CAPS_pubpropertyStatus

Gets or sets the current status of the queue.

System_CAPS_pubpropertySupportOrdering

Gets or sets a value that indicates whether the queue supports ordering.

System_CAPS_pubpropertyUserMetadata

Gets or sets the user metadata.

Return to top
Show: