matchingRowCount property

String? matchingRowCount
getter/setter pair

Total number of rows that matched the request.

Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.

Implementation

core.String? matchingRowCount;