Click or drag to resize

StreamRecordWriter<T> Properties

The StreamRecordWriter<T> type exposes the following members.

Properties
 NameDescription
Public propertyBytesWritten Gets the number of bytes that were actually written to the output.
(Overrides RecordWriter<T>.BytesWritten)
Public propertyHasFinishedWriting Gets a value indicating whether FinishWriting() method has been called.
(Inherited from RecordWriter<T>)
Public propertyOutputBytes Gets the size of the written records after serialization.
(Overrides RecordWriter<T>.OutputBytes)
Public propertyRecordsWritten Gets the total number of records written by this record writer.
(Inherited from RecordWriter<T>)
Public propertyStream Gets the underlying stream to which this record reader is writing.
Public propertyWriteTime Gets the time spent writing.
(Inherited from RecordWriter<T>)
Top
See Also