Task | 
The TaskMetrics type exposes the following members.
| Name | Description | |
|---|---|---|
| DfsBytesRead | Gets or sets the number of bytes read from the Distributed File System. | |
| DfsBytesWritten | Gets or sets the number of bytes written to the Distributed File System. | |
| DiscardedPartitions | Gets or sets the number of partitions that were discarded because the had been reassigned to another task. | |
| DynamicallyAssignedPartitions | Gets or sets the number of partitions that the task received through dynamic partition assignment. | |
| InputBytes | Gets or sets the number of bytes that this task had as input. | |
| InputRecords | Gets or sets the number of records read. | |
| LocalBytesRead | Gets or sets the number of bytes read from the local disk. | |
| LocalBytesWritten | Gets or sets the number of bytes written to the local disk. | |
| NetworkBytesRead | Gets or sets the number of bytes read over the network by the file and TCP channels. | |
| NetworkBytesWritten | Gets or sets the number of bytes written over the network by the TCP channel. | |
| OutputBytes | Gets or sets the number of bytes that this task had as output. | |
| OutputRecords | Gets or sets the number of records written. |