pageSize property

int pageSize
final

Size of a database page in bytes.

This is typically a multiple of the system's page size (usually 4096 bytes on most systems).

Implementation

final int pageSize;