The LogVerifyConfig type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CacheSize | 
            The cache size for the internal database environment.
              | |
| ContinueAfterFail | 
            Whether continue verifying after a failed check.
              | |
| DbFile | 
            The database file name whose logs are to be verified.
              | |
| DbName | 
            The database name whose logs are to be verified.
              | |
| EndLsn | 
            The ending lsn to verify.
              | |
| EndTime | 
            The ending time to verify.
              | |
| EnvHome | 
            The home directory of the Berkeley DB environment to be used 
            internally during log verification.
              | |
| StartLsn | 
            The starting lsn to verify.
              | |
| StartTime | 
            The starting time to verify.
              | |
| Verbose | 
            Whether output verbose information.
              |