Cmdlets for Google Spanner

Build 24.0.9060

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, Enabled

Data Type

cstr

Default Value

"Disabled"

Remarks

DisabledSetting QueryPartitionMode to Disabled results in an attempt to partition the queries.
AdaptiveSetting QueryPartitionMode to Adaptive results in an attempt to partition the queries but reverts to its default behavior if the query does not support partitioning.
EnabledSetting QueryPartitionMode to Enabled partitions the queries but throws an error if the queries do not support partitioning.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060