ReplicatingStep class

ReplicatingStep contains specific step details.

Constructors

ReplicatingStep({String? lastThirtyMinutesAverageBytesPerSecond, String? lastTwoMinutesAverageBytesPerSecond, String? replicatedBytes, String? totalBytes})
ReplicatingStep.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastThirtyMinutesAverageBytesPerSecond String?
The source disks replication rate for the last 30 minutes in bytes per second.
getter/setter pair
lastTwoMinutesAverageBytesPerSecond String?
The source disks replication rate for the last 2 minutes in bytes per second.
getter/setter pair
replicatedBytes String?
Replicated bytes in the step.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBytes String?
Total bytes to be handled in the step.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited