SourceConfig constructor
SourceConfig({
- int? autoRefreshFrequencySeconds,
- int? autoRefreshPointLagSeconds,
- String? autoRefreshStartTime,
- bool? automaticBackupsReplicationEnabled,
- String? autonomousDatabase,
- String? autonomousDatabaseBackup,
- String? backupTime,
- String? cloneType,
- String? refreshableMode,
- String? sourceType,
- bool? useLatestAvailableBackup,
Implementation
SourceConfig({
this.autoRefreshFrequencySeconds,
this.autoRefreshPointLagSeconds,
this.autoRefreshStartTime,
this.automaticBackupsReplicationEnabled,
this.autonomousDatabase,
this.autonomousDatabaseBackup,
this.backupTime,
this.cloneType,
this.refreshableMode,
this.sourceType,
this.useLatestAvailableBackup,
});