fs2.aws.dynamodb.StreamScan
See theStreamScan companion object Attributes
- Companion:
- object
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Scans Dynamodb into the FS2 stream
Scans Dynamodb into the FS2 stream
Attributes
- pageSize
the page size of the scan, defines how many
records will be loaded to the memory
- scanRequest
AWS SDK2 DynamoDB scan request
- Returns:
an fs2 Stream that emits RAW DynamoDB items, terminates, once scan exhausted