Class CouchbaseDestination
A data flow destination for inserting data into a couchbase bucket.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowBatchDestination<System.Dynamic.ExpandoObject>
CouchbaseDestination<System.Dynamic.ExpandoObject>
CouchbaseDestination
Implements
IDataFlowBatchDestination<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.Couchbase.dll
Syntax
public class CouchbaseDestination : CouchbaseDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, IDataFlowBatchDestination
Constructors
CouchbaseDestination()
Declaration
public CouchbaseDestination()
CouchbaseDestination(Int32)
Declaration
public CouchbaseDestination(int batchSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | batchSize |