Title here
Summary here
A data flow destination for inserting data into a couchbase bucket.
public class Neo4jDestination<TInput> : DataFlowBatchDestination<TInput>, IDataFlowBatchDestination<TInput>, IDataFlowDestination<TInput>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTask| Name | Description |
|---|---|
| TInput | Type of ingoing data. |
public Neo4jDestination() public Neo4jDestination(int batchSize)| Type | Name | Description |
|---|---|---|
| int | batchSize |
public IAuthToken AuthToken { get; set; }| Type | Description |
|---|---|
| IAuthToken |
public Action<ConfigBuilder> ConfigBuilder { get; set; }| Type | Description |
|---|---|
| Action<ConfigBuilder> |
public string ConnectionString { get; set; }| Type | Description |
|---|---|
| string |
public Func<TInput[], string, string> CreateCypherFunc { get; set; }| Type | Description |
|---|---|
| Func<TInput[], string, string> |
public IDriver Driver { get; set; }| Type | Description |
|---|---|
| IDriver |
protected override void BulkInsertData(TInput[] data)| Type | Name | Description |
|---|---|---|
| TInput[] | data |
protected override void CheckParameter() protected override void FinishWrite() protected override void PrepareWrite() protected override void Reset()