Enum StorageSegmentKind
Runtime role of a logical segment, as reported by EnumerateStorageSegments().
public enum StorageSegmentKind : byte
Fields
Cluster = 4Holds archetype cluster rows.
Component = 1Holds component instances.
ComponentCollection = 10A component-collection (per-stride List<T> backing) variable-sized-buffer segment.
EntityMap = 9An archetype entity-map segment (entity-id → cluster slot linear hash).
Index = 3Holds index entries (default / String64 / tail index).
Occupancy = 7The occupancy-bitmap segment.
Other = 0Segment role not otherwise classified.
Revision = 2Holds component-revision (MVCC history) records.
Spatial = 8A spatial-index segment (R-Tree static/dynamic node, back-pointer, or occupancy hashmap).
StringTable = 6A string-table segment.
System = 11An engine-internal system segment (UoW registry and other non-user structures).
Vsbs = 5A variable-sized-buffer segment.