UpgradeTarget class
The version of the database engine that an instance can be upgraded to.
Constructors
- UpgradeTarget({bool? autoUpgrade, String? description, String? engine, String? engineVersion, bool? isMajorVersionUpgrade})
- UpgradeTarget.fromXml(XmlElement elem)
-
factory
Properties
- autoUpgrade → bool?
-
A value that indicates whether the target version is applied to any source
DB instances that have
AutoMinorVersionUpgrade
set totrue
.final - description → String?
-
The version of the database engine that an instance can be upgraded to.
final
- engine → String?
-
The name of the upgrade target database engine.
final
- engineVersion → String?
-
The version number of the upgrade target database engine.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMajorVersionUpgrade → bool?
-
A value that indicates whether a database engine is upgraded to a major
version.
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