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