QueryMode
This property indicates how the driver will retrieve the results.
Possible Values
Adaptive, PartiQL, SCANData Type
string
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).