views:

11

answers:

0

I understand that Azure Table will allow me to post up to 100 items at a time within the same partition.

My question is how to I determine that the n-th object added to my batch will cause the maximum on-the-wire size to be exceeded? If this is about to occur, I'll simply save the current batch as-is, and append the new data.

On a related note, I'm also interested in learning about this for the purpose of charging my sub-tenants