Open ghost opened 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.
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.