QueueSettings Class

 

Updated: October 21, 2012

Represents the metadata of the queue settings.

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

System.Object
  Microsoft.WindowsAzure.Messaging.QueueSettings

[<Sealed>]
[<DataContractAttribute(Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect",
    Name = "QueueDescription")>]
type QueueSettings = class end

NameDescription
System_CAPS_pubmethodQueueSettings()

Initializes a new instance of the QueueSettings class.

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: