PageVerify Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PageVerify enum specifies the type of integrity check performed on page reads.
public enum PageVerify
type PageVerify =
Public Enum PageVerify
- Inheritance
-
PageVerify
Fields
Name | Value | Description |
---|---|---|
None | 0 | No integrity check will be performed. |
TornPageDetection | 1 | The server will check for torn pages (incomplete I/O operations). |
Checksum | 2 | Server applies a checksum for every page. |