![]() | IMulti |
The IMultiInputRecordReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowRecordReuse | Gets a value that indicates that this record reader is allowed to reuse record instances. |
![]() | BufferSize | Gets the buffer size to use to read input files. |
![]() | BytesRead |
Gets the actual number of bytes read from the input.
(Inherited from IRecordReader) |
![]() | CompressionType | Gets the type of compression to use to read input files. |
![]() | CurrentInputCount | Gets the current number of inputs that have been added to the MultiInputRecordReaderT. |
![]() | CurrentPartition | Gets the partition that calls to ReadRecord should return records for. |
![]() | CurrentRecord |
Gets the current record.
(Inherited from IRecordReader) |
![]() | HasFinished |
Gets a value indicating whether this instance has read all records.
(Inherited from IRecordReader) |
![]() | HasRecords |
Gets a value that indicates whether there are records available on the data source that this reader is reading from.
(Inherited from IRecordReader) |
![]() | InputBytes |
Gets the size of the records before deserialization.
(Inherited from IRecordReader) |
![]() | PartitionNumbers | Gets all partitions currently assigned to this reader. |
![]() | Progress |
Gets the progress for the task, between 0 and 1.
(Inherited from IRecordReader) |
![]() | ReadTime |
Gets the time spent reading.
(Inherited from IRecordReader) |
![]() | RecordsRead |
Gets the number of records that has been read by this record reader.
(Inherited from IRecordReader) |
![]() | SourceName |
Gets or sets the an informational string indicating the source of the records.
(Inherited from IRecordReader) |
![]() | TotalInputCount | Gets the total number of inputs readers that this record reader will have. |
Name | Description | |
---|---|---|
![]() | AddInput | Adds the specified input to be read by this record reader. |
![]() | AssignAdditionalPartitions | Assigns additional partitions to this record reader. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | NextPartition | Moves the current partition to the next partition. |
![]() | ReadRecord |
Reads a record.
(Inherited from IRecordReader) |
Name | Description | |
---|---|---|
![]() | CurrentPartitionChanged | Event that is raised if the value of the CurrentPartition property changes. |
![]() | CurrentPartitionChanging | Event raised when the value of the CurrentPartition property is about to change. |
![]() | HasRecordsChanged |
Occurs when the value of the HasRecords property changes.
(Inherited from IRecordReader) |
![]() |
---|
Record readers must inherit from MultiInputRecordReaderT, not just implement this interface. |