次の方法で共有


FeedbackProperties.TtlAsIso8601 プロパティ

定義

IoT ハブによって期限切れになるまでにメッセージを使用できる期間を取得または設定します。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages をご覧ください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象