Skip to content

ExecuteBatchAsLimitedBatches breaks write atomicity #255

@Arkatufus

Description

@Arkatufus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions