Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
Contains cumulative statistics on the work performed by the database engine on the current thread. This information is returned via JetGetThreadStats.
The JET_THREADSTATS type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
cbLogRecord | Gets the total size, in bytes, of transaction log records that have been generated by the database engine on the current thread. |
![]() |
cLogRecord | Gets the total number of transaction log records that have been generated by the database engine on the current thread. |
![]() |
cPageDirtied | Gets the total number of database pages, with no unwritten changes, that have been modified by the database engine on the current thread. |
![]() |
cPagePreread | Gets the total number of database pages prefetched from disk by the database engine on the current thread. |
![]() |
cPageRead | Gets the total number of database pages fetched from disk by the database engine on the current thread. |
![]() |
cPageRedirtied | Gets the total number of database pages, with unwritten changes, that have been modified by the database engine on the current thread. |
![]() |
cPageReferenced | Gets the total number of database pages visited by the database engine on the current thread. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
Add | Add the stats in two JET_THREADSTATS structures. |
![]() ![]() |
Create | Create a new JET_THREADSTATS struct with the specified valued. |
![]() |
Equals(Object) | Returns a value indicating whether this instance is equal to another instance. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(JET_THREADSTATS) | Returns a value indicating whether this instance is equal to another instance. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Subtract | Calculate the difference in stats between two JET_THREADSTATS structures. |
![]() |
ToString | Gets a string representation of this object. (Overrides ValueType.ToString().) |
Top
Operators
| Name | Description | |
|---|---|---|
![]() ![]() |
Addition | Add the stats in two JET_THREADSTATS structures. |
![]() ![]() |
Equality | Determines whether two specified instances of JET_THREADSTATS are equal. |
![]() ![]() |
Inequality | Determines whether two specified instances of JET_THREADSTATS are not equal. |
![]() ![]() |
Subtraction | Calculate the difference in stats between two JET_THREADSTATS structures. |
Top
.gif)
.gif)
.gif)
.gif)
.gif)