Share via


SBTopic.AutoDeleteOnIdle Property

Definition

Gets or sets ISO 8601 timespan idle interval after which the topic 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