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

TopicDescription.DefaultMessageTimeToLive 属性

定义

获取或设置主题的默认消息生存时间值。 这是消息到期之前所要经过的持续时间,从向 Service Bus 发送该消息时算起。 这是未在消息本身上设置 时 TimeToLive 使用的默认值。早于 TimeToLive 值的消息将过期,不再保留在消息存储中。 订户无法检索已到期的消息。

public TimeSpan DefaultMessageTimeToLive { get; set; }
member this.DefaultMessageTimeToLive : TimeSpan with get, set
Public Property DefaultMessageTimeToLive As TimeSpan

属性值

主题的默认消息生存时间。

适用于