DatabaseDump class
A specification of the location of and metadata about a database dump from a relational database management system.
Constructors
- DatabaseDump({String? databaseType, String? gcsUri, String? sourceDatabase, String? type})
- DatabaseDump.fromJson(Map _json)
Properties
- databaseType ↔ String?
-
The type of the database.
Possible string values are:
getter/setter pair
- gcsUri ↔ String?
-
A Cloud Storage object or folder URI that specifies the source from which
to import metadata.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceDatabase ↔ String?
-
The name of the source database.
getter/setter pair
- type ↔ String?
-
The type of the database dump.
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