QueryPartitionMode
Configures what type of query the provider creates and how it extracts the data from the source.
Possible Values
Disabled, Adaptive, Enabledデータ型
string
デフォルト値
"Disabled"
解説
Disabled | Setting QueryPartitionMode to Disabled results in an attempt to partition the queries. |
Adaptive | Setting QueryPartitionMode to Adaptive results in an attempt to partition the queries but reverts to its default behavior if the query does not support partitioning. |
Enabled | Setting QueryPartitionMode to Enabled partitions the queries but throws an error if the queries do not support partitioning. |