Click or drag to resize

PrepartitionedRecordWriter<T> Properties

The PrepartitionedRecordWriter<T> generic type exposes the following members.

Properties
  NameDescription
Public propertyBytesWritten
Gets the number of bytes written to the stream after compression, or 0 if the stream was not compressed.
Public propertyOutputBytes
Gets the number of bytes written to the stream.
Public propertyRecordsWritten
Gets the total number of records written by this record writer.
Public propertyWriteTime
Gets the time spent writing.
Top
See Also