Table of Contents

Enum BTreeLookupStatus

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Status codes for B+Tree key lookups.

public enum BTreeLookupStatus : byte

Fields

NotFound = 1

Key does not exist in the tree.

Success = 0

Key found, value returned.