Click or drag to resize

FileInputChannel Properties

The FileInputChannel type exposes the following members.

Properties
 NameDescription
Public propertyActivePartitions Gets the last set of partitions assigned to this channel.
(Inherited from InputChannel)
Public propertyAdditionalProgress Gets the additional progress value.
Protected propertyCompressionType Gets the compression type used by the channel.
(Inherited from InputChannel)
Public propertyConfiguration Gets the configuration of the input channel.
(Inherited from InputChannel)
Protected propertyInputRecordType Gets the type of the records create by the input task of this channel.
(Inherited from InputChannel)
Public propertyInputStage Gets the input stage of this channel.
(Inherited from InputChannel)
Protected propertyInputTaskIds Gets a collection of input task IDs.
(Inherited from InputChannel)
Public propertyLocalBytesRead Gets the number of bytes read from the local disk.
Public propertyLocalBytesWritten Gets or sets the number of bytes written to the local disk.
Public propertyMemoryStorageLevel Gets the current memory storage usage level.
(Overrides InputChannelMemoryStorageLevel)
Public propertyNetworkBytesRead Gets the number of bytes read from the network. This is always the compressed figure.
Public propertyNetworkBytesWritten Gets the number of bytes written over the network.
Protected propertyTaskExecution Gets the task execution utility for the task that this channel provides input for.
(Inherited from InputChannel)
Public propertyUsesMemoryStorage Gets a value indicating whether the input channel uses memory storage to store inputs.
(Overrides InputChannelUsesMemoryStorage)
Top
See Also