ExportContext class
Database instance export context.
Constructors
-
ExportContext({ExportContextCsvExportOptions? csvExportOptions, List<
String> ? databases, String? fileType, String? kind, bool? offload, ExportContextSqlExportOptions? sqlExportOptions, String? uri}) - ExportContext.fromJson(Map _json)
Properties
- csvExportOptions ↔ ExportContextCsvExportOptions?
-
Options for exporting data as CSV.
getter/setter pair
-
databases
↔ List<
String> ? -
Databases to be exported.
getter/setter pair
- fileType ↔ String?
-
The file type for the specified uri.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
This is always sql#exportContext.
getter/setter pair
- offload ↔ bool?
-
Option for export offload.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqlExportOptions ↔ ExportContextSqlExportOptions?
-
Options for exporting data as SQL statements.
getter/setter pair
- uri ↔ String?
-
The path to the file in Google Cloud Storage where the export will be
stored.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited