ServiceBusQueueCreateParameters.DefaultMessageTimeToLive Property

Definition

Optional. Depending on whether DeadLettering is enabled, a message is automatically moved to the DeadLetterQueue or deleted if it has been stored in the queue for longer than the specified time. This value is overwritten by a TTL specified on the message if and only if the message TTL is smaller than the TTL set on the queue. This value is immutable after the Queue has been created:* Range: 1 second - TimeSpan.MaxValue* Default: TimeSpan.MaxValue (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780773.aspx for more information)

public string DefaultMessageTimeToLive { get; set; }
member this.DefaultMessageTimeToLive : string with get, set
Public Property DefaultMessageTimeToLive As String

Property Value

Applies to