Class CosmosDestinationA data flow destination for inserting data into a couchbase bucket.InheritanceobjectLoggableTaskDataFlowComponentDataFlowDestination<ExpandoObject>DataFlowBatchDestination<ExpandoObject>CosmosDestination<ExpandoObject>CosmosDestinationImplementsIDataFlowBatchDestination<ExpandoObject>IDataFlowDestination<ExpandoObject>IDataFlowBatchDestinationIDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersCosmosDestination<ExpandoObject>.ConnectionStringCosmosDestination<ExpandoObject>.AzureKeyCredentialCosmosDestination<ExpandoObject>.AzureTokenCredentialCosmosDestination<ExpandoObject>.AccountEndpointCosmosDestination<ExpandoObject>.AuthKeyOrResourceTokenCosmosDestination<ExpandoObject>.DatabaseNameCosmosDestination<ExpandoObject>.ContainerNameCosmosDestination<ExpandoObject>.CosmosClientCosmosDestination<ExpandoObject>.UseTransactionalBatchCosmosDestination<ExpandoObject>.SetItemActionOptionsCosmosDestination<ExpandoObject>.PrepareParameterForCheck()CosmosDestination<ExpandoObject>.CheckParameter()CosmosDestination<ExpandoObject>.PrepareWrite()CosmosDestination<ExpandoObject>.BulkInsertData(ExpandoObject[])CosmosDestination<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.InitCheckedParameter()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.Azure.CosmosDbAssembly: ETLBox.Azure.CosmosDb.dllSyntax# public class CosmosDestination : CosmosDestination<ExpandoObject>, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTaskConstructorsCosmosDestination()#Declaration public CosmosDestination()CosmosDestination(int)#Declaration public CosmosDestination(int batchSize)ParametersTypeNameDescriptionintbatchSizeCosmosDestination(string, string, string)#Declaration public CosmosDestination(string connectionString, string databaseName, string containerName)ParametersTypeNameDescriptionstringconnectionStringstringdatabaseNamestringcontainerNameImplements#IDataFlowBatchDestination<TInput>IDataFlowDestination<TInput>IDataFlowBatchDestinationIDataFlowDestinationIDataFlowComponentILoggableTaskPrevCosmosDestination<TInput>NextCosmosSource<TOutput>