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