Class CouchbaseDestination

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

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

Constructors

CouchbaseDestination()

Declaration
    public CouchbaseDestination()

CouchbaseDestination(int)

Declaration
    public CouchbaseDestination(int batchSize)
Parameters
TypeNameDescription
intbatchSize

Implements