depth property

int depth
final

Depth of the B+ tree.

Indicates how many levels of pages must be traversed to reach any leaf page from the root.

Implementation

final int depth;