Click or drag to resize

SpillRecordWriterT Properties

The SpillRecordWriterT type exposes the following members.

Properties
 NameDescription
Public propertyBytesWritten Gets the number of bytes that were actually written to the output.
(Overrides RecordWriterTBytesWritten)
Protected propertyErrorOccurred Gets a value indicating whether an error occurred during a background spill.
Public propertyHasFinishedWriting Gets a value indicating whether FinishWriting method has been called.
(Inherited from RecordWriterT)
Public propertyOutputBytes Gets the size of the written records after serialization.
(Overrides RecordWriterTOutputBytes)
Public propertyPartitioner Gets the partitioner.
Public propertyRecordsWritten Gets the total number of records written by this record writer.
(Inherited from RecordWriterT)
Protected propertySpillBuffer Gets the spill buffer for the current spill.
Public propertySpillCount Gets the number of spills performed.
Public propertyWriteTime Gets the time spent writing.
(Inherited from RecordWriterT)
Top
See Also