Enum ScanMode
How the scan reached its pages, which bounds what its conclusions are worth.
public enum ScanMode
Fields
Offline = 0Read the bundle as bytes with no engine, no lock, no replay. Conclusions are Confirmed.
OnlineQuiesced = 2Read through a running engine behind a tick fence and checkpoint barrier. Conclusions are Confirmed.
OnlineSampled = 1Read through a running engine without quiescing it. Per-page checks only; conclusions are Suspected.