EventHubGeneratorStreamProviderSettings.EventHubPartitionCount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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