IJobBuilderOperation Interface |
Namespace: Ookii.Jumbo.Jet.Jobs.Builder
The IJobBuilderOperation type exposes the following members.
Name | Description | |
---|---|---|
JobBuilder |
Gets the job builder that this operation belongs to.
| |
RecordType |
Gets the type of the records provided by this input.
(Inherited from IOperationInput.) | |
Stage |
Gets the StageConfiguration for this operation after the CreateConfiguration(JobBuilderCompiler) method has been called.
|
Name | Description | |
---|---|---|
CreateConfiguration |
Creates the settings in the job configuration for this operation.
| |
SetOutput |
Sets the output for this operation.
|
Note |
---|
It's recommended to explicitly implement this interface, as the user of the JobBuilder shouldn't use these methods. |