Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ReplicationProgress

Progress of a migration asset's replication process.

Properties

Optional lastReplicationError

lastReplicationError: undefined | string

Error message if the last finished replication failed.

Optional lastReplicationStatus

lastReplicationStatus: LastReplicationStatus

Status of the last replication task. It can be Completed or Failed.

percentage

percentage: number

Percentage of the current replication progress from 0 to 100. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional status

status: Status

Status of the current replication progress. It can be None or InProgress.

Optional timeOfLastReplicationEnd

timeOfLastReplicationEnd: Date

End time of the last replication process. It can be Completed or Failed.

Optional timeOfLastReplicationSuccess

timeOfLastReplicationSuccess: Date

End time of the last successful replication process, which has been completed.

Optional timeOflastReplicationStart

timeOflastReplicationStart: Date

Start time of the last replication process. It can be Completed or Failed.

Optional timeStarted

timeStarted: Date

Start time of the current replication process

Functions

getDeserializedJsonObj

getJsonObj