Class CouchbaseDestination

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

Inheritance
object
DataFlowDestination<ExpandoObject>
CouchbaseDestination<ExpandoObject>
CouchbaseDestination
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Couchbase
Assembly: ETLBox.Couchbase.dll
Syntax
    public class CouchbaseDestination : CouchbaseDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent

Constructors

CouchbaseDestination()

Declaration
    public CouchbaseDestination()

CouchbaseDestination(int)

Declaration
    public CouchbaseDestination(int batchSize)
Parameters
TypeNameDescription
intbatchSize

Implements