Text | 
The TextRecordWriterT type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesWritten | 
            Gets the number of bytes that were actually written to the output.
             (Inherited from StreamRecordWriterT)  | |
| HasFinishedWriting | 
            Gets a value indicating whether FinishWriting method has been called.
             (Inherited from RecordWriterT)  | |
| OutputBytes | 
            Gets the size of the written records after serialization.
             (Inherited from StreamRecordWriterT)  | |
| RecordsWritten | 
            Gets the total number of records written by this record writer.
             (Inherited from RecordWriterT)  | |
| Stream | 
            Gets the underlying stream to which this record reader is writing.
             (Inherited from StreamRecordWriterT)  | |
| WriteTime | 
            Gets the time spent writing.
             (Inherited from RecordWriterT)  |