|
Nodes in a tree may be root, intermediate or leaf.
This property indicates if the node is an intermediate node or
not.
We can know this because an intermediate node has a "Kids" entry
and is not a root node.
IsIntermediate indicates whether this node is an internal node
of the tree, meaning it has child nodes rather than holding
key-value pairs directly. Intermediate nodes carry Kids and Limits
entries.
|