CycleStepResponse

data class CycleStepResponse(val endTime: String, val initializingReplication: InitializingReplicationStepResponse, val postProcessing: PostProcessingStepResponse, val replicating: ReplicatingStepResponse, val startTime: String)

CycleStep holds information about a step progress.

Constructors

Link copied to clipboard
constructor(endTime: String, initializingReplication: InitializingReplicationStepResponse, postProcessing: PostProcessingStepResponse, replicating: ReplicatingStepResponse, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the cycle step has ended.

Link copied to clipboard
Link copied to clipboard

Post processing step.

Link copied to clipboard

Replicating step.

Link copied to clipboard

The time the cycle step has started.