Type alias Collection

A collection is a division based on entity type for storage in a DynamoDB table. It tells dynaglue how to store your documents and how to index them for this entity type.

Defining multiple collections on the same DynamoDB table layout allows you to store multiple data types in the same DynamoDB table (i.e. a single table design).

Use the [[RootCollection]] or [[ChildCollection]] for specifying a collection

Generated using TypeDoc