InMageRcmSyncDetails interface
InMageRcm disk level sync details.
Properties
| last15Minutes |
The bytes transferred in last 15 minutes from source VM to azure. |
| last |
The time of the last data transfer from source VM to azure. |
| last |
The last refresh time. |
| processed |
The total processed bytes. This includes bytes that are transferred from source VM to azure and matched bytes. |
| progress |
The progress health. |
| progress |
Progress in percentage. Progress percentage is calculated based on processed bytes. |
| start |
The start time. |
| transferred |
The transferred bytes from source VM to azure for the disk. |
Property Details
last15MinutesTransferredBytes
The bytes transferred in last 15 minutes from source VM to azure.
last15MinutesTransferredBytes?: number
Property Value
number
lastDataTransferTimeUtc
The time of the last data transfer from source VM to azure.
lastDataTransferTimeUtc?: string
Property Value
string
lastRefreshTime
The last refresh time.
lastRefreshTime?: string
Property Value
string
processedBytes
The total processed bytes. This includes bytes that are transferred from source VM to azure and matched bytes.
processedBytes?: number
Property Value
number
progressHealth
The progress health.
progressHealth?: string
Property Value
string
progressPercentage
Progress in percentage. Progress percentage is calculated based on processed bytes.
progressPercentage?: number
Property Value
number
startTime
The start time.
startTime?: string
Property Value
string
transferredBytes
The transferred bytes from source VM to azure for the disk.
transferredBytes?: number
Property Value
number