MultiRecordReaderT Properties |
The MultiRecordReaderT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowRecordReuse |
Gets a value that indicates that this record reader is allowed to reuse record instances.
(Inherited from MultiInputRecordReaderT.) | |
| BufferSize |
Gets the buffer size to use to read input files.
(Inherited from MultiInputRecordReaderT.) | |
| BytesRead |
Gets the actual number of bytes read from the input.
(Inherited from MultiInputRecordReaderT.) | |
| CompressionType |
Gets the type of compression to use to read input files.
(Inherited from MultiInputRecordReaderT.) | |
| CurrentInputCount |
Gets the current number of inputs that have been added to the MultiInputRecordReaderT for the currently active set of partitions.
(Inherited from MultiInputRecordReaderT.) | |
| CurrentPartition |
Gets or sets the partition that calls to ReadRecord should return records for.
(Inherited from MultiInputRecordReaderT.) | |
| CurrentRecord |
Gets the current record.
(Inherited from RecordReaderT.) | |
| HasFinished |
Gets a value indicating whether this instance has read all records.
(Inherited from RecordReaderT.) | |
| HasRecords |
Gets a value that indicates whether there are records available on the data source that this reader is reading from.
(Inherited from RecordReaderT.) | |
| InputBytes |
Gets the size of the records before deserialization of all record readers.
(Inherited from MultiInputRecordReaderT.) | |
| PartitionCount |
Gets the number of partitions assigned to this reader.
(Inherited from MultiInputRecordReaderT.) | |
| PartitionNumbers |
Gets the partition numbers assigned to this reader.
(Inherited from MultiInputRecordReaderT.) | |
| Progress |
Gets the combined progress of the record readers.
(Inherited from MultiInputRecordReaderT.) | |
| ReadTime |
Gets the time spent reading.
(Inherited from RecordReaderT.) | |
| RecordsRead |
Gets the number of records that has been read by this record reader.
(Inherited from RecordReaderT.) | |
| SourceName |
Gets or sets the an informational string indicating the source of the records.
(Inherited from RecordReaderT.) | |
| TimeWaiting |
Gets the amount of time the record reader spent waiting for input to become available.
| |
| TotalInputCount |
Gets the total number of inputs readers that this record reader will have.
(Inherited from MultiInputRecordReaderT.) |