database property

String? database
getter/setter pair

The target database for the import.

If fileType is SQL, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If fileType is CSV, one database must be specified.

Implementation

core.String? database;