Struct google_sql1_beta4::api::ExportContextSqlExportOptions [−][src]
pub struct ExportContextSqlExportOptions {
pub mysql_export_options: Option<ExportContextSqlExportOptionsMysqlExportOptions>,
pub schema_only: Option<bool>,
pub tables: Option<Vec<String>>,
}Expand description
Options for exporting data as SQL statements.
This type is not used in any activity, and only used as part of another schema.
Fields
mysql_export_options: Option<ExportContextSqlExportOptionsMysqlExportOptions>Options for exporting from MySQL.
schema_only: Option<bool>Export only schemas.
tables: Option<Vec<String>>Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for ExportContextSqlExportOptions
impl Sync for ExportContextSqlExportOptions
impl Unpin for ExportContextSqlExportOptions
impl UnwindSafe for ExportContextSqlExportOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more