Edit

Share via


EventHubGeneratorStreamProviderSettings.EventHubPartitionCount Field

Definition

Configure eventhub partition count wanted. EventDataGeneratorStreamProvider would generate the same set of partitions based on the count, when initializing. For example, if parition count set at 5, the generated partitions will be partition-0, partition-1, partition-2, partition-3, partiton-4

public int EventHubPartitionCount;
val mutable EventHubPartitionCount : int
Public EventHubPartitionCount As Integer 

Field Value

Applies to