ProcessDiskUsageReport.OtherOperationCount Property
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.
Gets the number of disk operations performed by the process that were not read or write operations.
public:
property long long OtherOperationCount { long long get(); };
long OtherOperationCount();
public long OtherOperationCount { get; }
var int64 = processDiskUsageReport.otherOperationCount;
Public ReadOnly Property OtherOperationCount As Long
Property Value
The number of disk operations performed by the process that were not read or write operations.