Struct IO_COUNTERS
Contains I/O accounting information for a process or a job object.
public struct IO_COUNTERS
- Inherited Members
- Extension Methods
Remarks
Fields
OtherOperationCount
The number of I/O operations performed, other than read and write operations.
public ulong OtherOperationCount
Field Value
OtherTransferCount
The number of bytes transferred during operations other than read and write operations.
public ulong OtherTransferCount
Field Value
ReadOperationCount
The number of read operations performed.
public ulong ReadOperationCount
Field Value
ReadTransferCount
The number of bytes read.
public ulong ReadTransferCount
Field Value
WriteOperationCount
The number of write operations performed.
public ulong WriteOperationCount
Field Value
WriteTransferCount
The number of bytes written.
public ulong WriteTransferCount