Click or drag to resize

IOperationOutput Interface

Represents the output of an operation. Can either be a channel or DFS output.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface IOperationOutput

The IOperationOutput type exposes the following members.

Properties
  NameDescription
Public propertyRecordType
Gets the type of the records that can be written to this output.
Top
Methods
  NameDescription
Public methodApplyOutput
Applies the output settings to the specified stage.
Top
See Also