Optional
Readonly
consumedCapacity consumed by this operation, see ConsumedCapacity. Undefined if using on-premises service or if this is a result of a put or a delete sub-operation as part of WriteMultipleResult.
Optional
Readonly
continuationContinuation key where the next call to deleteRange can resume from, or undefined if there are no more rows to delete.
Readonly
deletedNumber of rows deleted.
Generated using TypeDoc
Represents the result of a deleteRange method.
On a successful operation the number of rows deleted is available using deletedCount. There is a limit to the amount of data consumed by a single request to the server. If there are still more rows to delete, the continuation key will be available as continuationKey.