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

Topic.DefinitionStages.WithPartitioning Interface

public static interface Topic.DefinitionStages.WithPartitioning

The stage of the topic definition allowing to specify partitioning behaviour.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withoutPartitioning()

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

abstract WithCreate withPartitioning()

Specifies that partitioning should be enabled on this topic.

Method Details

withoutPartitioning

public abstract Topic.DefinitionStages.WithCreate withoutPartitioning()

Specifies that the default partitioning should be disabled on this topic. Note: if the parent Service Bus is Premium SKU then partition cannot be disabled

Returns:

the next stage of topic definition

withPartitioning

public abstract Topic.DefinitionStages.WithCreate withPartitioning()

Specifies that partitioning should be enabled on this topic.

Returns:

the next stage of topic definition

Applies to