Class CachedBatchTransformationInheritanceobjectLoggableTaskDataFlowComponentDataFlowSource<ExpandoObject>DataFlowTransformation<ExpandoObject, ExpandoObject>BatchTransformation<ExpandoObject, ExpandoObject>CachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>CachedBatchTransformation<ExpandoObject>CachedBatchTransformationImplementsIDataFlowTransformation<ExpandoObject, ExpandoObject>IDataFlowSource<ExpandoObject>IDataFlowSourceIDataFlowDestination<ExpandoObject>IDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersCachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.BatchTransformationFuncCachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.CacheManagerCachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.MaxCacheSizeCachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.Reset()CachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.CheckParameter()CachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.InvokeInitActionOnce()CachedBatchTransformation<ExpandoObject, ExpandoObject, ExpandoObject>.InvokeBatchTransformationFunc(ExpandoObject[])BatchTransformation<ExpandoObject, ExpandoObject>.SourceBlockBatchTransformation<ExpandoObject, ExpandoObject>.TargetBlockBatchTransformation<ExpandoObject, ExpandoObject>.BatchTransformationFuncBatchTransformation<ExpandoObject, ExpandoObject>.BatchSizeBatchTransformation<ExpandoObject, ExpandoObject>.InitActionBatchTransformation<ExpandoObject, ExpandoObject>.SuppressNullValueFilterBatchTransformation<ExpandoObject, ExpandoObject>.WasInitActionInvokedBatchTransformation<ExpandoObject, ExpandoObject>.Reset()BatchTransformation<ExpandoObject, ExpandoObject>.CheckParameter()BatchTransformation<ExpandoObject, ExpandoObject>.CheckAndAdjustBatchSize()BatchTransformation<ExpandoObject, ExpandoObject>.InitComponent()BatchTransformation<ExpandoObject, ExpandoObject>.CleanUpOnSuccess()BatchTransformation<ExpandoObject, ExpandoObject>.CleanUpOnFaulted(Exception)BatchTransformation<ExpandoObject, ExpandoObject>.InvokeInitActionOnce()BatchTransformation<ExpandoObject, ExpandoObject>.InvokeBatchTransformationFunc(ExpandoObject[])DataFlowSource<ExpandoObject>.SourceBlockDataFlowSource<ExpandoObject>.LinkTo(IDataFlowDestination<ExpandoObject>)DataFlowSource<ExpandoObject>.LinkTo(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>)DataFlowSource<ExpandoObject>.LinkTo(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>, Predicate<ExpandoObject>)DataFlowSource<ExpandoObject>.LinkTo<TConvert>(IDataFlowDestination<ExpandoObject>)DataFlowSource<ExpandoObject>.LinkTo<TConvert>(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>)DataFlowSource<ExpandoObject>.LinkTo<TConvert>(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>, Predicate<ExpandoObject>)DataFlowComponent.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.PrepareParameterForCheck()DataFlowComponent.CheckParameter()DataFlowComponent.InitCheckedParameter()DataFlowComponent.InitComponent()DataFlowComponent.OnInitializationDataFlowComponent.OnCompletionDataFlowComponent.OnExceptionDataFlowComponent.CompleteOrFaultBufferOnPredecessorCompletion(Task)DataFlowComponent.CleanUpOnSuccess()DataFlowComponent.CleanUpOnFaulted(Exception)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.DataFlowAssembly: ETLBox.dllSyntax# public class CachedBatchTransformation : CachedBatchTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTaskConstructorsCachedBatchTransformation()#Declaration public CachedBatchTransformation()CachedBatchTransformation(int)#Declaration public CachedBatchTransformation(int batchSize)ParametersTypeNameDescriptionintbatchSizeCachedBatchTransformation(int, Func<ExpandoObject[], CachedData<ExpandoObject>, ExpandoObject[]>)#Declaration public CachedBatchTransformation(int batchSize, Func<ExpandoObject[], CachedData<ExpandoObject>, ExpandoObject[]> batchTransformationFunc)ParametersTypeNameDescriptionintbatchSizeFunc<ExpandoObject[], CachedData<ExpandoObject>, ExpandoObject[]>batchTransformationFuncMethodsReset()#Declaration protected override void Reset()OverridesCachedBatchTransformation<ExpandoObject>.Reset()Implements#IDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskPrevCachedBatchTransformation<TInput, TOutput, TCache>NextCachedData<TCache>