Share via


SBQueue.AutoDeleteOnIdle Property

Definition

Gets or sets ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoDeleteOnIdle")]
public TimeSpan? AutoDeleteOnIdle { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoDeleteOnIdle")>]
member this.AutoDeleteOnIdle : Nullable<TimeSpan> with get, set
Public Property AutoDeleteOnIdle As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to