Interface Topic.DefinitionStages.WithPartitioning
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithPartitioningThe stage of the topic definition allowing to specify partitioning behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithoutPartitioning()Specifies that the default partitioning should be disabled on this topic.Topic.DefinitionStages.WithCreatewithPartitioning()Specifies that partitioning should be enabled on this topic.
-
-
-
Method Detail
-
withPartitioning
Topic.DefinitionStages.WithCreate withPartitioning()
Specifies that partitioning should be enabled on this topic.- Returns:
- the next stage of topic definition
-
withoutPartitioning
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
-
-