Click or drag to resize

MultiInputRecordReader<T> Properties

The MultiInputRecordReader<T> 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 RecordReader<T>.BytesRead)
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 MultiInputRecordReader<T> 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 RecordReader<T>)
Public propertyHasFinished Gets a value indicating whether this instance has read all records.
(Inherited from RecordReader<T>)
Public propertyHasRecords Gets a value that indicates whether there are records available on the data source that this reader is reading from.
(Inherited from RecordReader<T>)
Public propertyInputBytes Gets the size of the records before deserialization of all record readers.
(Overrides RecordReader<T>.InputBytes)
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 RecordReader<T>.Progress)
Public propertyReadTime Gets the time spent reading.
(Inherited from RecordReader<T>)
Public propertyRecordsRead Gets the number of records that has been read by this record reader.
(Inherited from RecordReader<T>)
Public propertySourceName Gets or sets the an informational string indicating the source of the records.
(Inherited from RecordReader<T>)
Public propertyTotalInputCount Gets the total number of inputs readers that this record reader will have.
Top
See Also