ImportContext class
Database instance import context.
Constructors
- ImportContext({ImportContextBakImportOptions? bakImportOptions, ImportContextCsvImportOptions? csvImportOptions, String? database, String? fileType, String? importUser, String? kind, String? uri})
- ImportContext.fromJson(Map _json)
Properties
- bakImportOptions ↔ ImportContextBakImportOptions?
-
Import parameters specific to SQL Server .BAK files
getter/setter pair
- csvImportOptions ↔ ImportContextCsvImportOptions?
-
Options for importing data as CSV.
getter/setter pair
- database ↔ String?
-
The target database for the import.
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
- importUser ↔ String?
-
The PostgreSQL user for this import operation.
getter/setter pair
- kind ↔ String?
-
This is always sql#importContext.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ String?
-
Path to the import file in Cloud Storage, in the form
gs://bucketName/fileName.
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