Class TotalResultSize (0.7.16)

TotalResultSize(value)

The total number of matching documents.

Enums

Name Description
TOTAL_RESULT_SIZE_UNSPECIFIED Total number calculation will be skipped.
ESTIMATED_SIZE Estimate total number. The total result size will be accurated up to 10,000. This option will add cost and latency to your request.
ACTUAL_SIZE It may adversely impact performance. The limit is 1000,000.