ProcessDiskUsageReport.OtherOperationCount Property

Definition

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

Int64

long long

long

The number of disk operations performed by the process that were not read or write operations.

Applies to