PendingWrite

PendingWrite

PendingWrite tracks state for a set of rows that are part of a single append request. PendingWrites have a Promise interface to await for append results, as well as any errors encountered while processing the request.

Constructor

new PendingWrite()

Methods

abort()

Abort pending write so calls to GetResult can be unblocked/cancelled.

getRequest()

Access the AppendRowRequest that generated this pending write request.

getResult()

Promise interface to await for append results, as well as any errors encountered while processing the request.