Queue.UpdateStages.WithDuplicateMessageDetection Interface
public interface WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message detection history.
Method Summary
Modifier and Type | Method and Description |
---|---|
Queue. |
withDuplicateMessageDetectionHistoryDuration(Period duration)
Specifies the duration of the duplicate message detection history. |
Queue. |
withoutDuplicateMessageDetection()
Specifies that duplicate message detection needs to be disabled. |
Method Details
withDuplicateMessageDetectionHistoryDuration
public Update withDuplicateMessageDetectionHistoryDuration(Period duration)
Specifies the duration of the duplicate message detection history.
Parameters:
duration
- duration of the history
Returns:
the next stage of queue update
withoutDuplicateMessageDetection
public Update withoutDuplicateMessageDetection()
Specifies that duplicate message detection needs to be disabled.
Returns:
the next stage of queue update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java