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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -