Share via


ISbQueue.DefaultMessageTimeToLive Property

Definition

ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="defaultMessageTimeToLive")]
public TimeSpan? DefaultMessageTimeToLive { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="defaultMessageTimeToLive")>]
member this.DefaultMessageTimeToLive : Nullable<TimeSpan> with get, set
Public Property DefaultMessageTimeToLive As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to