SpillRecordWriterT Properties |
The SpillRecordWriterT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesWritten |
Gets the number of bytes that were actually written to the output.
(Overrides RecordWriterTBytesWritten.) | |
| ErrorOccurred |
Gets a value indicating whether an error occurred during a background spill.
| |
| HasFinishedWriting |
Gets a value indicating whether FinishWriting method has been called.
(Inherited from RecordWriterT.) | |
| OutputBytes |
Gets the size of the written records after serialization.
(Overrides RecordWriterTOutputBytes.) | |
| Partitioner |
Gets the partitioner.
| |
| RecordsWritten |
Gets the total number of records written by this record writer.
(Inherited from RecordWriterT.) | |
| SpillBuffer |
Gets the spill buffer for the current spill.
| |
| SpillCount |
Gets the number of spills performed.
| |
| WriteTime |
Gets the time spent writing.
(Inherited from RecordWriterT.) |