Szerkesztés

Megosztás a következőn keresztül:


EventDataGeneratorStreamOptions.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 partition count set at 5, the generated partitions will be partition-0, partition-1, partition-2, partition-3, partition-4

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

Field Value

Applies to