leafPages property

int leafPages
final

Number of leaf pages in the B+ tree.

Leaf pages contain the actual key-value pairs stored in the database.

Implementation

final int leafPages;