Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ExecutionStatistics

Statistics related to the processing of a query statement.

Hierarchy

  • ExecutionStatistics

Properties

AverageExecutionTimeMillis?: number

The average time the request took to be executed.

DataScannedBytes?: number

The amount of data that was scanned in bytes.

WorkUnitsExecutedCount?: number

The number of work units executed.