次の方法で共有


SBSubscription.AutoDeleteOnIdle プロパティ

定義

トピックが自動的に削除される ISO 8061 timeSpan アイドル間隔を取得または設定します。 最小時間は、5 分です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象