Click or drag to resize

CSVInputAdapterSpec Class

A spec for CSVAdapters.
Inheritance Hierarchy
SystemObject
  com.espertech.esperio.csvCSVInputAdapterSpec

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public class CSVInputAdapterSpec

The CSVInputAdapterSpec type exposes the following members.

Constructors
  NameDescription
Public methodCSVInputAdapterSpec
Ctor.
Top
Properties
  NameDescription
Public propertyAdapterInputSource
Gets or sets the adapter input source.
Public propertyEventsPerSec
Gets or sets the number of events per seconds.
Public propertyEventTypeName
Gets or sets the event type name.
Public propertyIsLooping
Gets or sets the flag that indicates if the adapter is looping
Public propertyIsUsingEngineThread
Gets or sets a flag indicating whether to use the engine timer thread for work or not. Setting the value to true uses the engine timer thread for work. Setting the value to false, uses the current thread.
Public propertyIsUsingExternalTimer
Gets or sets a value indicating whether this instance is using external timer.
Public propertyIsUsingTimeSpanEvents
Gets or sets a value indicating whether this instance is using time span events.
Public propertyPropertyOrder
Gets or sets the property order of the properties in the CSV file
Public propertyPropertyTypes
Gets or sets the propertyTypes value
Public propertyTimestampColumn
Gets or sets the timestamp column name.
Top
See Also