SpannerSource
Stay organized with collections
Save and categorize content based on your preferences.
The Spanner source for importing data
JSON representation |
{
"projectId": string,
"instanceId": string,
"databaseId": string,
"tableId": string,
"enableDataBoost": boolean
} |
Fields |
projectId |
string
The project ID that contains the Spanner source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
|
instanceId |
string
Required. The instance ID of the source Spanner table.
|
databaseId |
string
Required. The database ID of the source Spanner table.
|
tableId |
string
Required. The table name of the Spanner database that needs to be imported.
|
enableDataBoost |
boolean
Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["The JSON representation outlines the structure for specifying a Spanner source for data import, including project, instance, database, and table IDs."],["`projectId` is a string representing the project containing the Spanner source, inheriting from the parent request if unspecified, with a length limit of 128 characters."],["`instanceId`, `databaseId`, and `tableId` are all required string fields, specifying the instance, database, and table from which to import data, respectively."],["`enableDataBoost` is a boolean field determining if data boost is applied to the Spanner export, which incurs extra costs, with more billing information available at a provided link."]]],[]]