Click or drag to resize

PrepartitionedRecordWriterTWriteRecord Method

Writes a record.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void WriteRecord(
	T record,
	int partition
)

Parameters

record
Type: T
The record.
partition
Type: SystemInt32
The partition of the record.
See Also