Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchGetTableOptions

Hierarchy

Index

Properties

Optional projection

projection: ProjectionExpression

The item attributes to get.

Optional projectionSchema

projectionSchema: Schema

The schema to use when mapping the supplied projection option to the attribute names used in DynamoDB.

This parameter is only necessary if a batch contains items from multiple classes that map to the same table using different property names to represent the same DynamoDB attributes.

If not supplied, the schema associated with the first item associated with a given table will be used in its place.

Optional readConsistency

readConsistency: ReadConsistency

The read consistency to require when reading from DynamoDB.