Class AnalyticsResult<TRow>

Contains the results of an analytics query.

Type Parameters

  • TRow = any

Properties

Properties

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

rows: TRow[]

The rows which have been returned by the query.