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 put.
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 put.
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 put.
Optional Readonly generatedValue generated if the operation created a new value for an identity column or string as uuid column. Present only if a value was generated for that column by this operation.
Readonly successWhether the put operation was successful, as described in put.
Optional Readonly versionRowVersion of the new row if the put operation was successful, otherwise undefined.
Generated using TypeDoc
Represents the result of put sub-operation in WriteMultipleResult. This is also a base interface for PutResult.
See
PutResult