Click or drag to resize

FileDataOutputRecordType Property

Gets the type of the records used for this output.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public Type RecordType { get; }

Property Value

Type: Type
The type of the records.

Implements

IDataOutputRecordType
See Also