ApplicationsBatchSaveBuilder

Configuration object for bulk saving items from multiple apps within a single transaction

The object allows basic configuration of batch saving across multiple apps,
specifying the items to be saved.

Hierarchy

Methods

items

  • The method allows defining the saved items.

    The number of items must not exceed the system-defined limit (10,000 by default). If the limit is exceeded, validation will fail, and none of the passed items will be saved; the server will return an error.

    Parameters

    Returns ApplicationsBatchSaver