Location:
s32btree.h
Link against: estor.lib
TBtreeMode
Support
Supported from 5.0
Description
The operating mode for a B-tree.
The mode sets when the B-tree is written to persistent storage.
EBtreeSecure |
This operating mode guarantees against data loss in the B-tree.It should
be used unless the B-tree can be regenerated. |
EBtreeFast |
This operating mode is quicker than EBtreeSecure , but doesn't guarantee against data loss in the B-tree. |
|