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

Topic.DefinitionStages.WithMessageBatching Interface

public static interface Topic.DefinitionStages.WithMessageBatching

The stage of the topic definition allowing specify batching behaviour.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withoutMessageBatching()

Specifies that the default batching should be disabled on this topic.

Method Details

withoutMessageBatching

public abstract Topic.DefinitionStages.WithCreate withoutMessageBatching()

Specifies that the default batching should be disabled on this topic. With batching Service Bus can batch multiple message when it write or delete messages from it's internal store.

Returns:

the next stage of topic definition

Applies to