Represents the result of delete sub-operation in WriteMultipleResult. This is also a base interface for DeleteResult.

See

DeleteResult

Type Parameters

  • TRow = AnyRow

    Type of table row instance, defaults to AnyRow

Hierarchy

Properties

existingModificationTime?: Date

Existing modification time if available, otherwise undefined. This value will be available only if returnExisting was set to true and under one of the conditions described in delete.

Since

5.3.0

existingRow?: TRow

Existing row value if available, otherwise undefined. This value will be available only if returnExisting was set to true and under one of the conditions described in delete.

existingVersion?: RowVersion

Existing RowVersion if available, otherwise undefined. This value will be available only if returnExisting was set to true and under one of the conditions described in delete.

success: boolean

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

Generated using TypeDoc