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.

Hierarchy

Properties

consumedCapacity?: ConsumedCapacity

Capacity 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.

continuationKey?: MultiDeleteContinuationKey

Continuation key where the next call to deleteRange can resume from, or undefined if there are no more rows to delete.

deletedCount: number

Number of rows deleted.

Generated using TypeDoc