Click or drag to resize

StreamRecordWriterT Properties

The StreamRecordWriterT generic type exposes the following members.

Properties
  NameDescription
Public propertyBytesWritten
Gets the number of bytes that were actually written to the output.
(Overrides RecordWriterTBytesWritten.)
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.
(Overrides RecordWriterTOutputBytes.)
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.
Public propertyWriteTime
Gets the time spent writing.
(Inherited from RecordWriterT.)
Top
See Also