Topic.DefinitionStages.WithPartitioning 接口
定义
The stage of the topic definition allowing to specify partitioning behaviour.
public interface WithPartitioning
方法
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
|
withPartitioning() |
Specifies that partitioning should be enabled on this topic.
|