How to create a unique property in Azure Table Storage -


in azure table storage possible add unique constraint on column of given table?

azure table storage entities don't have columns. each entity may have properties , these properties don't need same each entity.

the unique constraint combination of partition key + row key.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -