Click or drag to resize

FileOutputCommitter Constructor

Initializes a new instance of the FileOutputCommitter class.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public FileOutputCommitter(
	IRecordWriter recordWriter,
	string tempFileName,
	string outputFileName
)

Parameters

recordWriter
Type: Ookii.Jumbo.IOIRecordWriter
The record writer.
tempFileName
Type: SystemString
Name of the temporary file that the data is written to.
outputFileName
Type: SystemString
Name of the output file that the temporary file should be renamed to.
See Also