Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnalyticsMetrics

Contains various metrics that are returned by the server following the execution of an analytics query.

Hierarchy

  • AnalyticsMetrics

Index

Properties

elapsedTime

elapsedTime: number

The total amount of time spent running the query, in milliseconds.

errorCount

errorCount: number

The total number of errors which were encountered during the execution of the query.

executionTime

executionTime: number

The total amount of time spent executing the query, in milliseconds.

processedObjects

processedObjects: number

The total number of objects that were processed as part of execution of the query.

resultCount

resultCount: number

The total number of rows which were part of the result set.

resultSize

resultSize: number

The total number of bytes which were generated as part of the result set.

warningCount

warningCount: number

The total number of warnings which were encountered during the execution of the query.

Generated using TypeDoc