![]() | Channel Properties |
The Channel type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChannelType | Gets or sets the channel type. |
![]() | MultiInputRecordReaderType | Gets or sets the type of the channel's multi-input record reader. |
![]() | PartitionAssignmentMethod | Gets or sets the partition assignment method used when PartitionsPerTask is larger than 1. |
![]() | PartitionCount | Gets or sets the number of partitions to create |
![]() | PartitionerType | Gets or sets the partitioner to use to spread the records across the output tasks. |
![]() | PartitionsPerTask | Gets or sets the number of partitions per task. |
![]() | Receiver | Gets the operation that is reading records from this channel. |
![]() | RecordType | Gets the type of the records that can be written to this channel. |
![]() | Sender | Gets the operation that is writing records to this channel. |
![]() | Settings | Gets the settings for the channel's sending stage. |
![]() | TaskCount | Gets or sets the number of tasks created for this channel's receiving stage. |