Database Parameter (Connect-GoogleSpanner Cmdlet)
The name of the Google Spanner database to connect to. If not specified, the driver will attempt to expose all databases within the instance as separate catalogs. When accessing multiple databases, ensure the following OAuth scopes are configured: https://www.googleapis.com/auth/spanner.admin and https://www.googleapis.com/auth/spanner.data.
Syntax
Connect-GoogleSpanner -Database string
Data Type
cstr
Default Value
""
Remarks
The name of the Google Spanner database to connect to. If not specified, the driver will attempt to expose all databases within the instance as separate catalogs. When accessing multiple databases, ensure the following OAuth scopes are configured: https://www.googleapis.com/auth/spanner.admin and https://www.googleapis.com/auth/spanner.data.