 | JobBuilderJobWriteOutput Method |
Namespace: Ookii.Jumbo.Jet.Jobs.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected FileOutput WriteOutput(
IJobBuilderOperation operation,
string outputPath,
Type recordWriterType
)
Protected Function WriteOutput (
operation As IJobBuilderOperation,
outputPath As String,
recordWriterType As Type
) As FileOutput
protected:
FileOutput^ WriteOutput(
IJobBuilderOperation^ operation,
String^ outputPath,
Type^ recordWriterType
)
member WriteOutput :
operation : IJobBuilderOperation *
outputPath : string *
recordWriterType : Type -> FileOutput
Parameters
- operation IJobBuilderOperation
- The operation whose output to write.
- outputPath String
- The output path.
- recordWriterType Type
- The type of the record writer to use.
Return Value
FileOutput
A
FileOutput.
See Also