ContinuousBackupConfig constructor
ContinuousBackupConfig({
- bool? enabled,
- EncryptionConfig? encryptionConfig,
- int? recoveryWindowDays,
Implementation
ContinuousBackupConfig({
this.enabled,
this.encryptionConfig,
this.recoveryWindowDays,
});