Class AnalyticsResult<TRow>

Contains the results of an analytics query.

Type Parameters

  • TRow = any

Hierarchy

  • AnalyticsResult

Properties

Properties

The meta-data which has been returned by the query.

rows: TRow[]

The rows which have been returned by the query.

Generated using TypeDoc