QueryMode
This property indicates how the driver will retrieve the results.
Possible Values
Adaptive, PartiQL, SCANデータ型
string
デフォルト値
"Adaptive"
解説
- 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).