Click or drag to resize

RecordWriterT Properties

The RecordWriterT generic type exposes the following members.

Properties
  NameDescription
Public propertyBytesWritten
Gets the number of bytes that were actually written to the output.
Public propertyHasFinishedWriting
Gets a value indicating whether FinishWriting method has been called.
Public propertyOutputBytes
Gets the size of the written records after serialization.
Public propertyRecordsWritten
Gets the total number of records written by this record writer.
Public propertyWriteTime
Gets the time spent writing.
Top
See Also