Hello @sakuraime ,
The paritionid is for the input partions . In your case its EH , please navigate to Azure port => EventHubs -> your EH name -> properties
Thanks
Himanshu
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have set the partition ID for the into with a name "deviceID"
And in the query , I find that the build in column partitionID is different from my desired partition column (deviceID). why is that ? IS is normal ? And my table in DB was correctly partition by deviceID
Hello @sakuraime ,
The paritionid is for the input partions . In your case its EH , please navigate to Azure port => EventHubs -> your EH name -> properties
Thanks
Himanshu
Device-id doesn't map to partition IDs in 1:1 cardinality. For instance, you may have millions of different device IDs where all sending to 32 partitions.