Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecutionStatistics

Package version

Description about the errors happen while performing migration validation

Hierarchy

  • ExecutionStatistics

Index

Properties

Optional cpuTimeMs

cpuTimeMs: undefined | number

CPU Time in millisecond(s) for the query execution

Optional elapsedTimeMs

elapsedTimeMs: undefined | number

Time taken in millisecond(s) for executing the query

Optional executionCount

executionCount: undefined | number

No. of query executions

Optional hasErrors

hasErrors: undefined | false | true

Indicates whether the query resulted in an error

Optional sqlErrors

sqlErrors: string[]

List of sql Errors

Optional waitStats

waitStats: undefined | object

Dictionary of sql query execution wait types and the respective statistics

Generated using TypeDoc