ImportContextBakImportOptions class
Import parameters specific to SQL Server .BAK files
Constructors
- ImportContextBakImportOptions.new({String? bakType, ImportContextBakImportOptionsEncryptionOptions? encryptionOptions, bool? noRecovery, bool? recoveryOnly, String? stopAt, String? stopAtMark, bool? striped})
- ImportContextBakImportOptions.fromJson(Map json_)
Properties
- bakType ↔ String?
-
Type of the bak content, FULL or DIFF.
Possible string values are:
getter/setter pair
- encryptionOptions ↔ ImportContextBakImportOptionsEncryptionOptions?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- noRecovery ↔ bool?
-
Whether or not the backup importing will restore database with NORECOVERY
option Applies only to Cloud SQL for SQL Server.
getter/setter pair
- recoveryOnly ↔ bool?
-
Whether or not the backup importing request will just bring database
online without downloading Bak content only one of "no_recovery" and
"recovery_only" can be true otherwise error will return.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stopAt ↔ String?
-
The timestamp when the import should stop.
getter/setter pair
- stopAtMark ↔ String?
-
The marked transaction where the import should stop.
getter/setter pair
- striped ↔ bool?
-
Whether or not the backup set being restored is striped.
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