Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DynamoDbPaginatorInterface

Hierarchy

Implemented by

Index

Properties

consumedCapacity

consumedCapacity: ConsumedCapacity | undefined

The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified.

count

count: number

The number of items in the results yielded.

scannedCount

scannedCount: number

The number of items evaluated, before any ScanFilter is applied. A high scannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

Methods

__@asyncIterator

  • Returns AsyncIterableIterator<DynamoDbResultsPage>

next

  • Parameters

    • Optional value: any

    Returns Promise<IteratorResult<DynamoDbResultsPage>>

return

Optional throw

  • Parameters

    • Optional e: any

    Returns Promise<IteratorResult<DynamoDbResultsPage>>