Values.ReplicationStatsSourceThis object provides a collection of statistics about a serverless replication.
type nonrec t = {fullLoadProgressPercent : Integer.t option;The percent complete for the full load serverless replication.
*)elapsedTimeMillis : Long.t option;The elapsed time of the replication, in milliseconds.
*)tablesLoaded : Integer.t option;The number of tables loaded for this replication.
*)tablesLoading : Integer.t option;The number of tables currently loading for this replication.
*)tablesQueued : Integer.t option;The number of tables queued for this replication.
*)tablesErrored : Integer.t option;The number of errors that have occured for this replication.
*)freshStartDate : TStamp.t option;The date the replication was started either with a fresh start or a target reload.
*)startDate : TStamp.t option;The date the replication is scheduled to start.
*)stopDate : TStamp.t option;The date the replication was stopped.
*)fullLoadStartDate : TStamp.t option;The date the replication full load was started.
*)fullLoadFinishDate : TStamp.t option;The date the replication full load was finished.
*)}