Enum RevisionReadStatus
Status codes for revision chain reads (MVCC-aware).
public enum RevisionReadStatus : byte
Fields
Deleted = 3Entity was tombstoned (deleted) at or before the reader's snapshot tick.
NotFound = 1Entity has no revision chain (never created).
SnapshotInvisible = 2Revision exists but is not visible at the reader's snapshot tick.
Success = 0Revision found and visible at this snapshot tick.