Class IntermediateDataOperation<T>

An intermediate abstract object holding an array of data storage operations to be performed in order by the server.

Type Parameters

Methods

  • Commit the current operations to data store and return a Promise with the updated key, once fulfilled.

    Parameters

    • awaitReply: true

      If true, a promise will be returned with the new value. Otherwise, immediately resolves.

    Returns Promise<T>

  • Commit the current operations to data store.

    Parameters

    • awaitReply: false

    Returns Promise<void>