Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PhaseStatus

Job phase status details.

Properties

Optional action

action: undefined | string

The text describing the action required to fix the issue

durationInMs

durationInMs: number

Duration of the phase in milliseconds Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional extract

Summary of phase status results.

Optional isAdvisorReportAvailable

isAdvisorReportAvailable: undefined | false | true

True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.

Optional issue

issue: undefined | string

The text describing the root cause of the reported issue

Optional logLocation

logLocation: model.LogLocationBucketDetails

name

Phase name

Optional progress

progress: undefined | number

Percent progress of job phase. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

status

Phase status

Functions

getDeserializedJsonObj

getJsonObj