CheckpointConfigurationDescription constructor
CheckpointConfigurationDescription({
- int? checkpointInterval,
- bool? checkpointingEnabled,
- ConfigurationType? configurationType,
- int? minPauseBetweenCheckpoints,
Implementation
CheckpointConfigurationDescription({
this.checkpointInterval,
this.checkpointingEnabled,
this.configurationType,
this.minPauseBetweenCheckpoints,
});