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

Topic.DefinitionStages.WithDuplicateMessageDetection Interface

public static interface Topic.DefinitionStages.WithDuplicateMessageDetection

The stage of the topic definition allowing to specify duration of the duplicate message detection history.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration)

Specifies the duration of the duplicate message detection history.

Method Details

withDuplicateMessageDetection

public abstract Topic.DefinitionStages.WithCreate withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration)

Specifies the duration of the duplicate message detection history.

Parameters:

duplicateDetectionHistoryDuration - duration of the history

Returns:

the next stage of topic definition

Applies to