Share via


ISbQueue.LockDuration Property

Definition

ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="lockDuration", Update=true)]
public TimeSpan? LockDuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="lockDuration", Update=true)>]
member this.LockDuration : Nullable<TimeSpan> with get, set
Public Property LockDuration As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to