Output |
The OutputChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputChannel | Initializes a new instance of the OutputChannel class. |
| Name | Description | |
|---|---|---|
| CompressionType | Gets the compression type to use for the channel. | |
| OutputPartitionIds | Gets the IDs of the partitions that this channel writes output to. | |
| TaskExecution | Gets the task execution utility for the task that this channel is for. |
| Name | Description | |
|---|---|---|
| CreatePartitionerT | Creates the partitioner for the output channel. | |
| CreateRecordWriterT | Creates a RecordWriterT to which the channel can write its output. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| CompressionTypeSetting | The name of the setting in JobSettings or StageSettings that overrides the global compression setting. |