ReplicatingStepResponse

data class ReplicatingStepResponse(val lastThirtyMinutesAverageBytesPerSecond: String, val lastTwoMinutesAverageBytesPerSecond: String, val replicatedBytes: String, val totalBytes: String)

ReplicatingStep contains specific step details.

Constructors

Link copied to clipboard
fun ReplicatingStepResponse(lastThirtyMinutesAverageBytesPerSecond: String, lastTwoMinutesAverageBytesPerSecond: String, replicatedBytes: String, totalBytes: String)

Types

Link copied to clipboard
object Companion

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.