QueryMode Parameter (Connect-AmazonDynamoDB Cmdlet)
This property indicates how the driver will retrieve the results.
Syntax
Connect-AmazonDynamoDB -QueryMode string
Possible Values
Adaptive, PartiQL, SCANData Type
cstr
Default Value
"Adaptive"
Remarks
- Adaptive - Determine which mode to use depending on ThreadCount and the SQL statement filters.
- PartiQL - Rebuilds the supported parts of the given SQL statement in the PartiQL equivalent.
- SCAN - Full scan the table in parallel (number of threads is controled by ThreadCount).