你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Queue.UpdateStages.WithDefaultMessageTTL Interface

public static interface Queue.UpdateStages.WithDefaultMessageTTL

The stage of the queue definition allowing to define default TTL for messages.

Method Summary

Modifier and Type Method and Description
abstract Update withDefaultMessageTTL(Duration ttl)

Specifies the duration after which the message expires.

Method Details

withDefaultMessageTTL

public abstract Queue.Update withDefaultMessageTTL(Duration ttl)

Specifies the duration after which the message expires.

Parameters:

ttl - time to live duration

Returns:

the next stage of queue update

Applies to