google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.ImportContext View Source
Database instance import context.
Attributes
- csvImportOptions (ImportContextCsvImportOptions): Defaults to:
null
. - database (String): The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified. Defaults to:
null
. - fileType (String): The file type for the specified uri. SQL: The file contains SQL statements. CSV: The file contains CSV data. Defaults to:
null
. - importUser (String): The PostgreSQL user for this import operation. Defaults to cloudsqlsuperuser. Used only for PostgreSQL instances. Defaults to:
null
. - kind (String): This is always sql#importContext. Defaults to:
null
. - uri (String): A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL. Defaults to:
null
.