PageVerify Enum

Definition

The PageVerify enum specifies the type of integrity check performed on page reads.

public enum PageVerify
type PageVerify = 
Public Enum PageVerify
Inheritance
PageVerify

Fields

Checksum 2

Server applies a checksum for every page.

None 0

No integrity check will be performed.

TornPageDetection 1

The server will check for torn pages (incomplete I/O operations).

Applies to