ExecutionStatistics interface
Description about the errors happen while performing migration validation
Properties
cpu |
CPU Time in millisecond(s) for the query execution |
elapsed |
Time taken in millisecond(s) for executing the query |
execution |
No. of query executions |
has |
Indicates whether the query resulted in an error |
sql |
List of sql Errors |
wait |
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}
Azure SDK for JavaScript