dataBoostEnabled property
If this is for a partitioned query and this field is set to true
, the
request is executed with Spanner Data Boost independent compute resources.
If the field is set to true
but the request does not set
partition_token
, the API returns an INVALID_ARGUMENT
error.
Implementation
core.bool? dataBoostEnabled;