Class Neo4jDestinationA data flow destination for inserting data into a couchbase bucket.InheritanceobjectLoggableTaskDataFlowComponentDataFlowDestination<ExpandoObject>DataFlowBatchDestination<ExpandoObject>Neo4jDestination<ExpandoObject>Neo4jDestinationImplementsIDataFlowBatchDestination<ExpandoObject>IDataFlowDestination<ExpandoObject>IDataFlowBatchDestinationIDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersNeo4jDestination<ExpandoObject>.ConnectionStringNeo4jDestination<ExpandoObject>.AuthTokenNeo4jDestination<ExpandoObject>.ConfigBuilderNeo4jDestination<ExpandoObject>.DriverNeo4jDestination<ExpandoObject>.CreateCypherFuncNeo4jDestination<ExpandoObject>.Reset()Neo4jDestination<ExpandoObject>.CheckParameter()Neo4jDestination<ExpandoObject>.PrepareWrite()Neo4jDestination<ExpandoObject>.BulkInsertData(ExpandoObject[])Neo4jDestination<ExpandoObject>.FinishWrite()DataFlowBatchDestination<ExpandoObject>.BeforeBatchWriteDataFlowBatchDestination<ExpandoObject>.AfterBatchWriteDataFlowBatchDestination<ExpandoObject>.BatchSizeDataFlowBatchDestination<ExpandoObject>.UseBufferBlockDataFlowBatchDestination<ExpandoObject>.CleanUpOnSuccess()DataFlowBatchDestination<ExpandoObject>.CleanUpOnFaulted(Exception)DataFlowBatchDestination<ExpandoObject>.InitComponent()DataFlowBatchDestination<ExpandoObject>.WriteBatch(ExpandoObject[])DataFlowDestination<ExpandoObject>.TargetBlockDataFlowDestination<ExpandoObject>.TargetActionDataFlowDestination<ExpandoObject>.BufferDataFlowDestination<ExpandoObject>.BufferTargetActionDataFlowDestination<ExpandoObject>.InternalBatchSizeDataFlowDestination<ExpandoObject>.DEFAULT_BATCH_SIZEDataFlowComponent.MaxBufferSizeDataFlowComponent.PredecessorsDataFlowComponent.SuccessorsDataFlowComponent.CompletionDataFlowComponent.BufferCancellationSourceDataFlowComponent.BufferCancellationTokenDataFlowComponent.WasComponentInitializedDataFlowComponent.IsReadyForProcessingDataFlowComponent.SetParentComponent(DataFlowComponent)DataFlowComponent.LinkErrorTo(IDataFlowDestination<ETLBoxError>)DataFlowComponent.InternalLinkTo<T>(IDataFlowDestination, object, object)DataFlowComponent.AddAutomaticVoidLinkToOtherTargets(DataFlowComponent, IDataFlowDestination)DataFlowComponent.ResetComponent()DataFlowComponent.InitBufferObjects(CancellationToken?)DataFlowComponent.PrepareParameterForCheck()DataFlowComponent.InitCheckedParameter()DataFlowComponent.OnInitializationDataFlowComponent.OnCompletionDataFlowComponent.OnExceptionDataFlowComponent.CompleteOrFaultBufferOnPredecessorCompletion(Task)DataFlowComponent.ExceptionDataFlowComponent.ErrorSourceDataFlowComponent.CancelBufferAndThrowOperationCanceledException()DataFlowComponent.InternalLinkErrorTo(IDataFlowDestination<ETLBoxError>)DataFlowComponent.ThrowOrRedirectError(Exception, string, string)DataFlowComponent.ThrowErrorAndFaultNetwork(Exception, string)DataFlowComponent.CancelComponent()DataFlowComponent.ErrorCountDataFlowComponent.ProgressCountDataFlowComponent.OnProgressDataFlowComponent.ExecutionStartTimeDataFlowComponent.ExecutionEndTimeDataFlowComponent.TagDataFlowComponent.LoggingStartOnce()DataFlowComponent.LoggingFinishOnce()DataFlowComponent.LogProgressBatch_AfterThrowOrRedirectError(int)DataFlowComponent.LogProgress_AfterThrowOrRedirectError()LoggableTask.TaskTypeLoggableTask.TaskNameLoggableTask.DisableLoggingLoggableTask.LogThresholdLoggableTask.TaskHashLoggableTask.LogInstanceLoggableTask.ParentTaskLoggableTask.LogTrace(string, params object[])LoggableTask.LogDebug(string, params object[])LoggableTask.LogInfo(string, params object[])LoggableTask.LogInfoOrDebug(string, params object[])LoggableTask.LogWarn(string, params object[])LoggableTask.LogError(string, params object[])LoggableTask.LogFatal(string, params object[])object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()Namespace: ETLBox.Neo4jAssembly: ETLBox.Neo4j.dllSyntax# public class Neo4jDestination : Neo4jDestination<ExpandoObject>, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTaskConstructorsNeo4jDestination()#Declaration public Neo4jDestination()Neo4jDestination(int)#Declaration public Neo4jDestination(int batchSize)ParametersTypeNameDescriptionintbatchSizeImplements#IDataFlowBatchDestination<TInput>IDataFlowDestination<TInput>IDataFlowBatchDestinationIDataFlowDestinationIDataFlowComponentILoggableTaskPrevNeo4jDestination<TInput>NextNeo4jSource<TOutput>