public static interface Topic.UpdateStages.WithDuplicateMessageDetection
| Modifier and Type | Method and Description |
|---|---|
Topic.Update |
withDuplicateMessageDetectionHistoryDuration(Duration duration)
Specifies the duration of the duplicate message detection history.
|
Topic.Update |
withoutDuplicateMessageDetection()
Specifies that duplicate message detection needs to be disabled.
|
Topic.Update withDuplicateMessageDetectionHistoryDuration(Duration duration)
duration - duration of the historyTopic.Update withoutDuplicateMessageDetection()
Copyright © 2021 Microsoft Corporation. All rights reserved.