ExecutionStatistics interface

Description about the errors happen while performing migration validation

Properties

cpuTimeMs

CPU Time in millisecond(s) for the query execution

elapsedTimeMs

Time taken in millisecond(s) for executing the query

executionCount

No. of query executions

hasErrors

Indicates whether the query resulted in an error

sqlErrors

List of sql Errors

waitStats

Dictionary of sql query execution wait types and the respective statistics

Property Details

cpuTimeMs

CPU Time in millisecond(s) for the query execution

cpuTimeMs?: number

Property Value

number

elapsedTimeMs

Time taken in millisecond(s) for executing the query

elapsedTimeMs?: number

Property Value

number

executionCount

No. of query executions

executionCount?: number

Property Value

number

hasErrors

Indicates whether the query resulted in an error

hasErrors?: boolean

Property Value

boolean

sqlErrors

List of sql Errors

sqlErrors?: string[]

Property Value

string[]

waitStats

Dictionary of sql query execution wait types and the respective statistics

waitStats?: {[propertyName: string]: WaitStatistics}

Property Value

{[propertyName: string]: WaitStatistics}