Azure / azure-cosmos-table-dotnet

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

Feature request - Early warning for size of row #20

Open ghost opened 4 years ago

ghost commented 4 years ago

It is well documented that the Azure Table Service & the Cosmos DB by extension place limit on entity sizes. To recap (from the doc):

However, the SDK's Insert/Update/Delete methods allow you to send entities that violate these conditions.

There needs to be a way for the SDK to warn early (before making the REST API call) about these violations.