google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptions View Source
Options for exporting data as SQL statements.
Attributes
- schemaOnly (Boolean): Export only schemas. Defaults to:
null
. - tables (List[String]): Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. Defaults to:
null
.