RelationalDatabaseBlueprint class
Describes a database image, or blueprint. A blueprint describes the major engine version of a database.
Constructors
- RelationalDatabaseBlueprint({String? blueprintId, RelationalDatabaseEngine? engine, String? engineDescription, String? engineVersion, String? engineVersionDescription, bool? isEngineDefault})
-
RelationalDatabaseBlueprint.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blueprintId → String?
-
The ID for the database blueprint.
final
- engine → RelationalDatabaseEngine?
-
The database software of the database blueprint (for example,
MySQL
).final - engineDescription → String?
-
The description of the database engine for the database blueprint.
final
- engineVersion → String?
-
The database engine version for the database blueprint (for example,
5.7.23
).final - engineVersionDescription → String?
-
The description of the database engine version for the database blueprint.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEngineDefault → bool?
-
A Boolean value indicating whether the engine version is the default for the
database blueprint.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited