Represents the result of delete and deleteIfVersion methods.

Type Parameters

  • TRow = AnyRow

    Type of table row instance, defaults to AnyRow

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.

existingModificationTime?: Date

Existing modification time if available, otherwise undefined. This value will only be available if the conditional put operation failed and returnExisting was set to true.

Since

5.3.0

existingRow?: TRow

Existing row value if available, otherwise undefined. This value will only be available if the conditional put operation failed and returnExisting was set to true.

existingVersion?: RowVersion

Existing RowVersion if available, otherwise undefined. This value will only be available if the conditional put operation failed and returnExisting was set to true.

success: boolean

Whether the delete operation was successful, as described in delete.

Generated using TypeDoc