Click or drag to resize

Channel Properties

The Channel type exposes the following members.

Properties
 NameDescription
Public propertyChannelType Gets or sets the channel type.
Public propertyMultiInputRecordReaderType Gets or sets the type of the channel's multi-input record reader.
Public propertyPartitionAssignmentMethod Gets or sets the partition assignment method used when PartitionsPerTask is larger than 1.
Public propertyPartitionCount Gets or sets the number of partitions to create
Public propertyPartitionerType Gets or sets the partitioner to use to spread the records across the output tasks.
Public propertyPartitionsPerTask Gets or sets the number of partitions per task.
Public propertyReceiver Gets the operation that is reading records from this channel.
Public propertyRecordType Gets the type of the records that can be written to this channel.
Public propertySender Gets the operation that is writing records to this channel.
Public propertySettings Gets the settings for the channel's sending stage.
Public propertyTaskCount Gets or sets the number of tasks created for this channel's receiving stage.
Top
See Also