Click or drag to resize
DiskInformation Properties
This API is preliminary and subject to change.

The DiskInformation type exposes the following members.

Properties
  NameDescription
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyIOTime
Gets the total time spent on disk I/O operations.
Public propertyName
Gets the device name.
Public propertyReadBytes
Gets the total number of bytes read from disk.
Public propertyReadCount
Gets the total number of completed read requests.
Public propertyReadTime
Gets the total time spent reading from disk.
Public propertyWriteBytes
Gets the total number of bytes written to disk.
Public propertyWriteCount
Gets the total number of completed write requests.
Public propertyWriteTime
Gets the total time spent writing to disk.
Top
See Also