다음을 통해 공유


StorageQueueEventSubscriptionDestination.QueueMessageTimeToLiveInSeconds Property

Definition

Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite.

public long? QueueMessageTimeToLiveInSeconds { get; set; }
member this.QueueMessageTimeToLiveInSeconds : Nullable<int64> with get, set
Public Property QueueMessageTimeToLiveInSeconds As Nullable(Of Long)

Property Value

Applies to