Click or drag to resize

IMultiInputRecordReader Properties

The IMultiInputRecordReader 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.
(Inherited from IRecordReader.)
Public propertyCompressionType
Gets the type of compression to use to read input files.
Public propertyCurrentInputCount
Public propertyCurrentPartition
Gets the partition that calls to ReadRecord should return records for.
Public propertyCurrentRecord
Gets the current record.
(Inherited from IRecordReader.)
Public propertyHasFinished
Gets a value indicating whether this instance has read all records.
(Inherited from IRecordReader.)
Public propertyHasRecords
Gets a value that indicates whether there are records available on the data source that this reader is reading from.
(Inherited from IRecordReader.)
Public propertyInputBytes
Gets the size of the records before deserialization.
(Inherited from IRecordReader.)
Public propertyPartitionNumbers
Gets all partitions currently assigned to this reader.
Public propertyProgress
Gets the progress for the task, between 0 and 1.
(Inherited from IRecordReader.)
Public propertyReadTime
Gets the time spent reading.
(Inherited from IRecordReader.)
Public propertyRecordsRead
Gets the number of records that has been read by this record reader.
(Inherited from IRecordReader.)
Public propertySourceName
Gets or sets the an informational string indicating the source of the records.
(Inherited from IRecordReader.)
Public propertyTotalInputCount
Gets the total number of inputs readers that this record reader will have.
Top
See Also