Represents the result of get operation.

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.

expirationTime?: Date

Expiration time of the row. If the row exists but does not expire or the row does not exist, this value is undefined.

modificationTime?: Date

Modification 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.

Since

5.3.0

row: null | TRow

Value of the returned row or null if the row does not exist.

version?: RowVersion

RowVersion of the returned row. If the row does not exist, this value is undefined.

Generated using TypeDoc