EventHub.DefinitionStages.WithPartitionCount Interface
public static interface EventHub.DefinitionStages.WithPartitionCount
The stage of the event hub definition allowing to specify partition count for event hub.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPartitionCount(long count)
Specifies the number of partitions in the event hub. |
Method Details
withPartitionCount
public abstract EventHub.DefinitionStages.WithCreate withPartitionCount(long count)
Specifies the number of partitions in the event hub.
Parameters:
count
- partitions count
Returns:
next stage of the event hub definition
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.