totalSize property
The total number of matched documents which is available only if the
client set SearchDocumentsRequest.require_total_size to true
or set
SearchDocumentsRequest.total_result_size to ESTIMATED_SIZE
or
ACTUAL_SIZE
.
Otherwise, the value will be -1
. Typically a UI would handle this
condition by displaying "of many", for example: "Displaying 10 of many".
Implementation
core.int? totalSize;