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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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