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

TopicDescription.RequiresDuplicateDetection 属性

定义

此值指示主题是否需要防范重复消息。 如果为 true,则会丢弃具有相同 MessageId 消息并在 持续时间内发送到主题的 DuplicateDetectionHistoryTimeWindow 重复消息。

public bool RequiresDuplicateDetection { get; set; }
member this.RequiresDuplicateDetection : bool with get, set
Public Property RequiresDuplicateDetection As Boolean

属性值

注解

默认为 false。

适用于