你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Queue.UpdateStages.WithMessageBatching Interface
public static interface Queue.UpdateStages.WithMessageBatching
The stage of the queue definition allowing configure message batching behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withMessageBatching()
Specifies that Service Bus can batch multiple message when it write messages to or delete messages from it's internal store. |
abstract Update |
withoutMessageBatching()
Specifies that batching of messages should be disabled when Service Bus write messages to or delete messages from it's internal store. |
Method Details
withMessageBatching
public abstract Queue.Update withMessageBatching()
Specifies that Service Bus can batch multiple message when it write messages to or delete messages from it's internal store. This increases the throughput.
Returns:
withoutMessageBatching
public abstract Queue.Update withoutMessageBatching()
Specifies that batching of messages should be disabled when Service Bus write messages to or delete messages from it's internal store.
Returns: