Replicating Step Response
data class ReplicatingStepResponse(val lastThirtyMinutesAverageBytesPerSecond: String, val lastTwoMinutesAverageBytesPerSecond: String, val replicatedBytes: String, val totalBytes: String)
ReplicatingStep contains specific step details.
Properties
Link copied to clipboard
The source disks replication rate for the last 30 minutes in bytes per second.
Link copied to clipboard
The source disks replication rate for the last 2 minutes in bytes per second.
Link copied to clipboard
Replicated bytes in the step.
Link copied to clipboard
Total bytes to be handled in the step.