Optional Readonly existingExisting 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.
5.3.0
Optional Readonly existingExisting 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.
Optional Readonly existingExisting 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.
Readonly successWhether the delete operation was successful, as described in delete.
Generated using TypeDoc
Represents the result of delete sub-operation in WriteMultipleResult. This is also a base interface for DeleteResult.
See
DeleteResult