ExportContextBakExportOptions class
Options for exporting BAK files (SQL Server-only)
Constructors
- ExportContextBakExportOptions({String? bakType, bool? copyOnly, bool? differentialBase, int? stripeCount, bool? striped})
- ExportContextBakExportOptions.fromJson(Map json_)
Properties
- bakType ↔ String?
-
Type of this bak file will be export, FULL or DIFF, SQL Server only
Possible string values are:
getter/setter pair
- copyOnly ↔ bool?
-
Deprecated: copy_only is deprecated.
getter/setter pair
- differentialBase ↔ bool?
-
Whether or not the backup can be used as a differential base copy_only
backup can not be served as differential base
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
- stripeCount ↔ int?
-
Option for specifying how many stripes to use for the export.
getter/setter pair
- striped ↔ bool?
-
Whether or not the export should be 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