Class Neo4jDestination

A data flow destination for inserting data into a couchbase bucket.

Inherited Members
Namespace: ETLBox.Neo4j
Assembly: ETLBox.Neo4j.dll
Syntax
    public class Neo4jDestination : Neo4jDestination<ExpandoObject>, IDataFlowLogging, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

Neo4jDestination()

Declaration
    public Neo4jDestination()

Neo4jDestination(int)

Declaration
    public Neo4jDestination(int batchSize)
Parameters
TypeNameDescription
intbatchSize

Implements