Class MongoDbDestination

A data flow destination for MongoDb.

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

Constructors

MongoDbDestination()

Declaration
    public MongoDbDestination()

MongoDbDestination(int)

Declaration
    public MongoDbDestination(int batchSize)
Parameters
TypeNameDescription
intbatchSize

Implements