QueryPartitionMode Parameter (Connect-GoogleSpanner Cmdlet)
Configures what type of query the provider creates and how it extracts the data from the source.
Syntax
Connect-GoogleSpanner -QueryPartitionMode string
Possible Values
Disabled, Adaptive, EnabledData Type
cstr
Default Value
"Disabled"
Remarks
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. |