Class MongoDbDestinationA data flow destination for MongoDb.InheritanceobjectLoggableTaskDataFlowComponentDataFlowDestination<ExpandoObject>DataFlowBatchDestination<ExpandoObject>MongoDbDestination<ExpandoObject>MongoDbDestinationImplementsIDataFlowBatchDestination<ExpandoObject>IDataFlowDestination<ExpandoObject>IDataFlowBatchDestinationIDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersMongoDbDestination<ExpandoObject>.ConnectionStringMongoDbDestination<ExpandoObject>.DbClientMongoDbDestination<ExpandoObject>.DatabaseNameMongoDbDestination<ExpandoObject>.CollectionNameMongoDbDestination<ExpandoObject>.SessionMongoDbDestination<ExpandoObject>.CheckParameter()MongoDbDestination<ExpandoObject>.InitCheckedParameter()MongoDbDestination<ExpandoObject>.PrepareWrite()MongoDbDestination<ExpandoObject>.BulkInsertData(ExpandoObject[])MongoDbDestination<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.Reset()DataFlowComponent.PrepareParameterForCheck()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.MongoDbAssembly: ETLBox.MongoDb.dllSyntax# public class MongoDbDestination : MongoDbDestination<ExpandoObject>, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTaskConstructorsMongoDbDestination()#Declaration public MongoDbDestination()MongoDbDestination(int)#Declaration public MongoDbDestination(int batchSize)ParametersTypeNameDescriptionintbatchSizeImplements#IDataFlowBatchDestination<TInput>IDataFlowDestination<TInput>IDataFlowBatchDestinationIDataFlowDestinationIDataFlowComponentILoggableTaskPrevMongoDbDestination<TInput>NextMongoDbSource<TOutput>