Click or drag to resize

TextRecordWriterT Properties

The TextRecordWriterT type exposes the following members.

Properties
 NameDescription
Public propertyBytesWritten Gets the number of bytes that were actually written to the output.
(Inherited from StreamRecordWriterT)
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.
(Inherited from StreamRecordWriterT)
Public propertyRecordsWritten Gets the total number of records written by this record writer.
(Inherited from RecordWriterT)
Public propertyStream Gets the underlying stream to which this record reader is writing.
(Inherited from StreamRecordWriterT)
Public propertyWriteTime Gets the time spent writing.
(Inherited from RecordWriterT)
Top
See Also