Share via


IDeliveryConfiguration.QueueReceiveLockDurationInSecond Property

Definition

Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected. If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected, the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.\r\n        If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,\r\n        the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="receiveLockDurationInSeconds", Update=true)]
public int? QueueReceiveLockDurationInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.\r\n        If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,\r\n        the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="receiveLockDurationInSeconds", Update=true)>]
member this.QueueReceiveLockDurationInSecond : Nullable<int> with get, set
Public Property QueueReceiveLockDurationInSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to