Interface MultipleEntityOperations
Methods
queryAllByPkAndSk
- queryAllByPkAndSk<TKeyItem, TPKSource>(keyEntity, pkSource, queryRange, options?): Promise<MultipleEntityCollectionResponse>
Parameters
keyEntity: Entity<TKeyItem, TPKSource, unknown>
pkSource: TPKSource
queryAllWithGsiByPk
- queryAllWithGsiByPk<TKeyItem, TGSIPKSource>(keyEntity, pkSource, options?): Promise<MultipleEntityCollectionResponse>
Parameters
keyEntity: Entity<TKeyItem, unknown, unknown>
pkSource: TGSIPKSource
queryAllWithGsiByPkAndSk
- queryAllWithGsiByPkAndSk<TKeyItem, TGSIPKSource>(keyEntity, pkSource, queryRange, options?): Promise<MultipleEntityCollectionResponse>
Parameters
keyEntity: Entity<TKeyItem, unknown, unknown>
pkSource: TGSIPKSource
queryOnePageByPkAndSk
- queryOnePageByPkAndSk<TKeyItem, TPKSource>(keyEntity, pkSource, queryRange, options?): Promise<MultipleEntityCollectionResponse>
Parameters
keyEntity: Entity<TKeyItem, TPKSource, unknown>
pkSource: TPKSource
queryOnePageWithGsiByPk
- queryOnePageWithGsiByPk<TKeyItem, TGSIPKSource>(keyEntity, pkSource, options?): Promise<MultipleEntityCollectionResponse>
Parameters
keyEntity: Entity<TKeyItem, unknown, unknown>
pkSource: TGSIPKSource
queryOnePageWithGsiByPkAndSk
- queryOnePageWithGsiByPkAndSk<TKeyItem, TGSIPKSource>(keyEntity, pkSource, queryRange, options?): Promise<MultipleEntityCollectionResponse>
Parameters
keyEntity: Entity<TKeyItem, unknown, unknown>
pkSource: TGSIPKSource