次の方法で共有


TopicInner.AutoDeleteOnIdle プロパティ

定義

トピックが自動的に削除される timeSpan アイドル間隔を取得または設定します。 最小時間は、5 分です。 サービスは、loc 期間 https://msdn.microsoft.com/en-us/library/ee372286(v=vs.110).aspx の C# 標準 TimeSpan 形式を受け入れます。 形式は 'DD.HH:MM:SS' で、このプロパティの既定値は10675199日です

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象