CheckpointConfigurationUpdate constructor
CheckpointConfigurationUpdate({
- int? checkpointIntervalUpdate,
- bool? checkpointingEnabledUpdate,
- ConfigurationType? configurationTypeUpdate,
- int? minPauseBetweenCheckpointsUpdate,
Implementation
CheckpointConfigurationUpdate({
this.checkpointIntervalUpdate,
this.checkpointingEnabledUpdate,
this.configurationTypeUpdate,
this.minPauseBetweenCheckpointsUpdate,
});