You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today, the ExecuteBatchAsLimitedBatches extension method wraps the SubmitTransactionAsync method call. The extension automatically chunks all batch operations into chunk of 100 items. This intentional because Azure Table Storage does not support batch transaction with more than 100 items.
Remove this in the future, if and when Azure Table Storage supports a working transaction scheme.
The text was updated successfully, but these errors were encountered:
As of today, the
ExecuteBatchAsLimitedBatches
extension method wraps theSubmitTransactionAsync
method call. The extension automatically chunks all batch operations into chunk of 100 items. This intentional because Azure Table Storage does not support batch transaction with more than 100 items.Remove this in the future, if and when Azure Table Storage supports a working transaction scheme.
The text was updated successfully, but these errors were encountered: