totalRows property

String? totalRows
getter/setter pair

The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.

Present only when the query completes successfully.

Implementation

core.String? totalRows;