Azure / azure-cosmos-table-dotnet

.NET SDK for Azure Cosmos Table API
14 stars 6 forks source link

Feature Request - Key string validation #21

Open ghost opened 5 years ago

ghost commented 5 years ago

The Partition and Row Keys have restrictions in terms of the characters allowed and the total length of the value.

There needs to be validation at the TableEntity level that checks these constraints, before the data is sent off to Azure to be processed.