Interface SingleEntityOperations<TItem, TPKSource, TSKSource>

All the operations available when working with one entity at a time. This interface contains the "simple" versions of equivalent DynamoDB operations, but if you need more advanced behavior - e.g. for reading DynamoDB metadata - then use the versions on advancedOperations

Type Parameters

  • TItem extends TPKSource & TSKSource

  • TPKSource

  • TSKSource

Hierarchy

  • SingleEntityOperations

Properties

advancedOperations: SingleEntityAdvancedOperations<TItem, TPKSource, TSKSource>

Methods

  • Type Parameters

    • TKeySource

    Parameters

    Returns Promise<undefined | TItem>

Generated using TypeDoc