Optional Readonly consumedCapacity 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.
Optional Readonly expirationExpiration time of the row. If the row exists but does not expire or the row does not exist, this value is undefined.
Optional Readonly modificationModification time of the row if available from the server, or undefined if th erow does not exist or the server does not support modification time.
5.3.0
Readonly rowValue of the returned row or null if the row does not exist.
Optional Readonly versionRowVersion of the returned row. If the row does not exist, this value is undefined.
Generated using TypeDoc
Represents the result of get operation.