bakType property

String? bakType
getter/setter pair

Type of the bak content, FULL or DIFF. Possible string values are:

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

Implementation

core.String? bakType;