google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.ImportContextCsvImportOptions View Source

Options for importing data as CSV.

Attributes

  • columns (List[String]): The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. Defaults to: null.
  • table (String): The table to which CSV data is imported. Defaults to: null.