Click or drag to resize

StageConfiguration Properties

The StageConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAllowOutputRecordReuse
Gets a value that indicates whether the tasks of this stage may re-use the same object instance when they write records to the output.
Public propertyAllowRecordReuse
Gets a value that indicates whether the task type allows reusing the same object instance for every record.
Public propertyChildStage
Gets or sets a child stage that will be connected to this stage's tasks via a PipelineOutputChannel.
Public propertyChildStagePartitionerType
Gets or sets the name of the type of the partitioner to use to partitioner elements amount the child stages' tasks.
Public propertyCompoundStageId
Gets the compound stage ID.
Public propertyDataInput
Gets or sets the input for this stage.
Public propertyDataInputType
Gets or sets the Type of the IDataInput used by this stage.
Public propertyDataOutput
Gets or sets the data output for this stage.
Public propertyDataOutputType
Gets or sets the Type of the IDataOutput used by this stage.
Public propertyDependentStages
Gets the IDs of stages that have a dependency on this stage that is not represented by a channel.
Public propertyHasDataInput
Gets a value indicating whether this stage has input other than a channel.
Public propertyHasDataOutput
Gets a value indicating whether this stage has an IDataOutput to which the output is written.
Public propertyInternalPartitionCount
Gets the total number of partitions output from this stage. This does not include the output channel's partitioning, only the internal partitioning done by compound stages.
Public propertyLeaf
Gets the deepest nested child stage of this compound stage.
Public propertyMultiInputRecordReaderType
Gets or sets the type of multi record reader to use when there are multiple channels with this stage as output stage.
Public propertyOutputChannel
Gets or sets the output channel configuration for this stage.
Public propertyParent
Gets the parent of this instance.
Public propertyRoot
Gets the root stage of this compound stage.
Public propertyStageId
Gets or sets the unique identifier for the stage.
Public propertyStageSettings
Gets or sets a list of settings that are specific to this task.
Public propertyTaskCount
Gets or sets the number of tasks in this stage.
Public propertyTaskType
Gets or sets the type that implements the task.
Public propertyTaskTypeInfo
Gets information about the task type.
Top
See Also