statistics property

QueryExecutionStatistics? statistics
final

Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run.

Implementation

final QueryExecutionStatistics? statistics;