Enum BTreeLookupStatus
Status codes for B+Tree key lookups.
public enum BTreeLookupStatus : byte
Fields
NotFound = 1Key does not exist in the tree.
Success = 0Key found, value returned.
Status codes for B+Tree key lookups.
public enum BTreeLookupStatus : byte
NotFound = 1Key does not exist in the tree.
Success = 0Key found, value returned.