Click or drag to resize

StageOperation Class

An operation representing data processing being done in a single job stage.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public class StageOperation : StageOperationBase

The StageOperation type exposes the following members.

Constructors
  NameDescription
Public methodStageOperation(JobBuilder, IOperationInput, Type)
Initializes a new instance of the StageOperation class.
Public methodStageOperation(JobBuilder, Int32, Type)
Initializes a new instance of the StageOperation class for a stage without input.
Top
Properties
  NameDescription
Public propertyInputChannel
Gets the input channel for this operation.
Protected propertyOutput
Gets the output for this operation.
(Inherited from StageOperationBase.)
Public propertySettings
Gets the settings for the stage.
(Inherited from StageOperationBase.)
Public propertyStageId
Gets or sets the name of the stage that will be created from this operation.
(Inherited from StageOperationBase.)
Public propertyTaskType
Gets information about the type of the task.
(Inherited from StageOperationBase.)
Top
Methods
  NameDescription
Public methodAddSchedulingDependency
Adds a scheduling dependency on the specified stage to this stage.
(Inherited from StageOperationBase.)
Protected methodCreateConfiguration
Creates the configuration for this stage.
(Overrides StageOperationBaseCreateConfiguration(JobBuilderCompiler).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also