PartitionKey was not specified in azure table storage -


i trying load/import data table storage csv file via azure storage explorer , getting following error

an error occurred while opening file 'd//sample.csv'.the required property 'partitionkey' not specified.

enter image description here

kindly clarify importance of partitionkey , rowkey in azure table storage?

partition key , row key specify unique index of row; combination of 2 must unique. suggest reading little more here more details of them.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -