次の方法で共有


StorageQueueEventSubscriptionDestination.QueueMessageTimeToLiveInSeconds プロパティ

定義

ストレージ キュー メッセージの有効期間を秒単位で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象