Class AnalyticsMetrics

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

Hierarchy

  • AnalyticsMetrics

Properties

elapsedTime: number

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

errorCount: number

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

executionTime: number

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

processedObjects: number

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

resultCount: number

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

resultSize: number

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

warningCount: number

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

Generated using TypeDoc