RecordWriterT Properties |
The RecordWriterT generic type exposes the following members.
Name | Description | |
---|---|---|
BytesWritten |
Gets the number of bytes that were actually written to the output.
| |
HasFinishedWriting |
Gets a value indicating whether FinishWriting method has been called.
| |
OutputBytes |
Gets the size of the written records after serialization.
| |
RecordsWritten |
Gets the total number of records written by this record writer.
| |
WriteTime |
Gets the time spent writing.
|