currentSyncInfo property

  1. @TagNumber.new(13)
ReplicationCycle get currentSyncInfo

Output only. Details of the current running replication cycle.

Implementation

@$pb.TagNumber(13)
ReplicationCycle get currentSyncInfo => $_getN(7);
  1. @TagNumber.new(13)
set currentSyncInfo (ReplicationCycle v)

Implementation

@$pb.TagNumber(13)
set currentSyncInfo(ReplicationCycle v) {
  setField(13, v);
}