pageSize property

int get pageSize

Bytes per page used by this table's heap + index files. Set at create time, persisted in meta.json, and authoritative on reopen (the on-disk value overrides any caller-supplied default).

Implementation

int get pageSize => _heapFile.pageSize;