Click or drag to resize

IDataOutput Interface

Provides method for defining data output (other than a channel) for a stage.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface IDataOutput

The IDataOutput type exposes the following members.

Properties
  NameDescription
Public propertyRecordType
Gets the type of the records used for this output.
Top
Methods
  NameDescription
Public methodCreateOutput
Creates the output for the specified partition.
Public methodNotifyAddedToStage
Notifies the data input that it has been added to a stage.
Top
See Also