fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Limit batches to 4mb in size #41

Closed isaacabraham closed 8 years ago

isaacabraham commented 10 years ago

If you insert data more than 4mb in size in Table operations, the SDK throws an error. We should try to prevent this by batching in 4mb limits.