Click or drag to resize

CSVInputAdapterSpec Constructor

Ctor.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public CSVInputAdapterSpec(
	AdapterInputSource adapterInputSource,
	string eventTypeName
)

Parameters

adapterInputSource
Type: com.espertech.esperioAdapterInputSource
the source for the CSV data
eventTypeName
Type: SystemString
the name of the event type created from the CSV data
See Also