Click or drag to resize

MultiRecordWriterT Properties

The MultiRecordWriterT type exposes the following members.

Properties
 NameDescription
Public propertyBytesWritten Gets the number of bytes written.
(Overrides RecordWriterTBytesWritten)
Public propertyHasFinishedWriting Gets a value indicating whether FinishWriting method has been called.
(Inherited from RecordWriterT)
Public propertyOutputBytes Gets the total number of bytes written by each writer.
(Overrides RecordWriterTOutputBytes)
Public propertyPartitioner Gets the partitioner.
Public propertyRecordsWritten Gets the total number of records written by this record writer.
(Inherited from RecordWriterT)
Public propertyWriters Gets the record writers that this MultiRecordWriterT is writing to.
Public propertyWriteTime Gets the time spent writing.
(Inherited from RecordWriterT)
Top
See Also