DiskStressInstanceWriteCount Property

Gets the amount of I/O write operations performed by this instance. This value equals to the amount of files written.

Definition

Namespace: DevCase.Core.IO.Devices.HardwareStress
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public long InstanceWriteCount { get; }

Property Value

Int64
The amount of I/O write operations performed by this instance.

See Also