rowsPerPage property

double rowsPerPage
final

Estimated rows per page (used when pageCount is unknown). For 4096-byte pages with typical 64-byte binary tuples: ~60 rows/page. The original value of 16 was based on JSON row sizes (~200 bytes).

Implementation

final double rowsPerPage;