Options
All
  • Public
  • Public/Protected
  • All
Menu

dynamodb-batch-iterator

Index

Type aliases

SyncOrAsyncIterable

SyncOrAsyncIterable<T>: Iterable<T> | AsyncIterable<T>

A synchronous or asynchronous iterable.

Type parameters

  • T

TableStateElement

TableStateElement: Record<string, AttributeValue> | WriteRequest
internal

Variables

MAX_READ_BATCH_SIZE

MAX_READ_BATCH_SIZE: 100 = 100

MAX_WRITE_BATCH_SIZE

MAX_WRITE_BATCH_SIZE: 25 = 25