Interface protos.google.cloud.sql.v1beta4.ExportContext.ISqlExportOptions (0.7.0)

Properties of a SqlExportOptions.

Package

@google-cloud/sql

Properties

mysqlExportOptions

mysqlExportOptions?: (google.cloud.sql.v1beta4.ExportContext.SqlExportOptions.IMysqlExportOptions|null);

SqlExportOptions mysqlExportOptions

parallel

parallel?: (google.protobuf.IBoolValue|null);

SqlExportOptions parallel

schemaOnly

schemaOnly?: (google.protobuf.IBoolValue|null);

SqlExportOptions schemaOnly

tables

tables?: (string[]|null);

SqlExportOptions tables

threads

threads?: (google.protobuf.IInt32Value|null);

SqlExportOptions threads