bakType property

String? bakType
getter/setter pair

Type of this bak file will be export, FULL or DIFF, SQL Server only Possible string values are:

  • "BAK_TYPE_UNSPECIFIED" : Default type.
  • "FULL" : Full backup.
  • "DIFF" : Differential backup.
  • "TLOG" : SQL Server Transaction Log

Implementation

core.String? bakType;