BTREE_EXACT
if (type == BTREE_EXACT || mid < 0)
return _Find(path, key, _value, _size, _offset, BTREE_EXACT);
status_t status = Traverse(BTREE_EXACT, path, startKey);
type = BTREE_EXACT;