Title here
Summary here
A data flow source for Couchbase
public class Neo4jSource<TOutput> : DataFlowExecutableSource<TOutput>, IDataFlowExecutableSource<TOutput>, IDataFlowSource<TOutput>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask| Name | Description |
|---|---|
| TOutput | Type of outgoing data. |
public Neo4jSource() 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 |
The Cypher match statement used to retrieve data from Neo4j. Objects will be deserialized from the generated json output.
public string Cypher { get; set; }| Type | Description |
|---|---|
| string |
public IDriver Driver { get; set; }| Type | Description |
|---|---|
| IDriver |
protected override void CheckParameter() protected override void CleanUpOnFaulted(Exception e)| Type | Name | Description |
|---|---|---|
| Exception | e |
protected override void CleanUpOnSuccess() protected override void InitCheckedParameter() protected override void OnExecutionDoAsyncWork() protected override void Reset()