Class ReplicationCycle (1.1.1)

ReplicationCycle(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ReplicationCycle contains information about the current replication cycle status.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
The time the replication cycle has started.
progress_percent int
The current progress in percentage of this cycle.

Inheritance

builtins.object > proto.message.Message > ReplicationCycle