Click or drag to resize

MultiInputRecordReaderT Properties

The MultiInputRecordReaderT type exposes the following members.

Properties
 NameDescription
Public propertyAllowRecordReuse Gets a value that indicates that this record reader is allowed to reuse record instances.
Public propertyBufferSize Gets the buffer size to use to read input files.
Public propertyBytesRead Gets the actual number of bytes read from the input.
(Overrides RecordReaderTBytesRead)
Public propertyCompressionType Gets the type of compression to use to read input files.
Public propertyCurrentInputCount Gets the current number of inputs that have been added to the MultiInputRecordReaderT for the currently active set of partitions.
Public propertyCurrentPartition Gets or sets the partition that calls to ReadRecord should return records for.
Public propertyCurrentRecord Gets the current record.
(Inherited from RecordReaderT)
Public propertyHasFinished Gets a value indicating whether this instance has read all records.
(Inherited from RecordReaderT)
Public propertyHasRecords Gets a value that indicates whether there are records available on the data source that this reader is reading from.
(Inherited from RecordReaderT)
Public propertyInputBytes Gets the size of the records before deserialization of all record readers.
(Overrides RecordReaderTInputBytes)
Protected propertyIsDisposed Gets a value that indicates whether the object has been disposed.
Public propertyPartitionCount Gets the number of partitions assigned to this reader.
Public propertyPartitionNumbers Gets the partition numbers assigned to this reader.
Public propertyProgress Gets the combined progress of the record readers.
(Overrides RecordReaderTProgress)
Public propertyReadTime Gets the time spent reading.
(Inherited from RecordReaderT)
Public propertyRecordsRead Gets the number of records that has been read by this record reader.
(Inherited from RecordReaderT)
Public propertySourceName Gets or sets the an informational string indicating the source of the records.
(Inherited from RecordReaderT)
Public propertyTotalInputCount Gets the total number of inputs readers that this record reader will have.
Top
See Also