interface DynamoReadCommandOutput

The common DynamoDB Query and Scan response shape.

Properties

readonly
optional
Items: readonly DynamoAttributeMap[]

Returned items, omitted by Select: 'COUNT'.

The authoritative server continuation key, when further results exist.

readonly
optional
Count: number

Number of returned or counted items in this response.

readonly
optional
ScannedCount: number

Number of items DynamoDB evaluated before filtering.

Usage

import { type DynamoReadCommandOutput } from "database-plugin/src/index.ts";