lastReplicationCycle property

  1. @TagNumber.new(32)
ReplicationCycle get lastReplicationCycle

Output only. Details of the last replication cycle. This will be updated whenever a replication cycle is finished and is not to be confused with last_sync which is only updated on successful replication cycles.

Implementation

@$pb.TagNumber(32)
ReplicationCycle get lastReplicationCycle => $_getN(18);
  1. @TagNumber.new(32)
set lastReplicationCycle (ReplicationCycle v)

Implementation

@$pb.TagNumber(32)
set lastReplicationCycle(ReplicationCycle v) {
  setField(32, v);
}