Values.ReplicationTaskStatsSourceIn response to a request by the DescribeReplicationTasks operation, this object provides a collection of statistics about a replication task.
type nonrec t = {fullLoadProgressPercent : Integer.t option;The percent complete for the full load migration task.
*)elapsedTimeMillis : Long.t option;The elapsed time of the task, in milliseconds.
*)tablesLoaded : Integer.t option;The number of tables loaded for this task.
*)tablesLoading : Integer.t option;The number of tables currently loading for this task.
*)tablesQueued : Integer.t option;The number of tables queued for this task.
*)tablesErrored : Integer.t option;The number of errors that have occurred during this task.
*)freshStartDate : TStamp.t option;The date the replication task was started either with a fresh start or a target reload.
*)startDate : TStamp.t option;The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.
*)stopDate : TStamp.t option;The date the replication task was stopped.
*)fullLoadStartDate : TStamp.t option;The date the replication task full load was started.
*)fullLoadFinishDate : TStamp.t option;The date the replication task full load was completed.
*)}