Topic.DefinitionStages.WithPartitioning Interface
public interface WithPartitioning
The stage of the topic definition allowing to specify partitioning behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
Topic. |
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 |
Topic. |
withPartitioning()
Specifies that partitioning should be enabled on this topic. |
Method Details
withoutPartitioning
public 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:
withPartitioning
public WithCreate withPartitioning()
Specifies that partitioning should be enabled on this topic.
Returns:
Applies to
Azure SDK for Java