BackupConfiguration constructor

BackupConfiguration({
  1. BackupRetentionSettings? backupRetentionSettings,
  2. bool? binaryLogEnabled,
  3. bool? enabled,
  4. String? kind,
  5. String? location,
  6. bool? pointInTimeRecoveryEnabled,
  7. bool? replicationLogArchivingEnabled,
  8. String? startTime,
  9. int? transactionLogRetentionDays,
})

Implementation

BackupConfiguration({
  this.backupRetentionSettings,
  this.binaryLogEnabled,
  this.enabled,
  this.kind,
  this.location,
  this.pointInTimeRecoveryEnabled,
  this.replicationLogArchivingEnabled,
  this.startTime,
  this.transactionLogRetentionDays,
});