次の方法で共有


RecordSet.TTL プロパティ

定義

レコード セット内のレコードの TTL (有効期間) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象