Search Results for

    Show / Hide Table of Contents

    Class CollectionTarget<TInput>

    A dataflow worker with one Input that consumes incoming rows and adds them to the Rows List<T> collection.

    Note: Use the factory methods in CollectionTargetFactory to create instances of this class.

    Also note that the collection will use enough memory to hold all incoming rows.

    Inheritance
    Object
    WorkerParent
    WorkerBase
    WorkerBase<CollectionTarget<TInput, List<TInput>>>
    CollectionTarget<TInput, List<TInput>>
    CollectionTarget<TInput>
    Implements
    IDisposeOnFinished
    Inherited Members
    CollectionTarget<TInput, List<TInput>>.InitialCapacity
    CollectionTarget<TInput, List<TInput>>.Input
    CollectionTarget<TInput, List<TInput>>.Rows
    CollectionTarget<TInput, List<TInput>>.RunAsync()
    WorkerBase<CollectionTarget<TInput, List<TInput>>>.AddCompletedCallback(Func<CollectionTarget<TInput, List<TInput>>, OutcomeStatus, Task<OutcomeStatus>>)
    WorkerBase<CollectionTarget<TInput, List<TInput>>>.AddRanCallback(Func<CollectionTarget<TInput, List<TInput>>, OutcomeStatus, WorkerParentChildrenState, Task<OutcomeStatus>>)
    WorkerBase<CollectionTarget<TInput, List<TInput>>>.AddStartingCallback(Func<CollectionTarget<TInput, List<TInput>>, Task<ProgressStatus>>)
    WorkerBase.AddCompletedCallback(Func<WorkerBase, OutcomeStatus, Task<OutcomeStatus>>)
    WorkerBase.AddRanCallback(Func<WorkerBase, OutcomeStatus, WorkerParentChildrenState, Task<OutcomeStatus>>)
    WorkerBase.AddStartingCallback(Func<WorkerBase, Task<ProgressStatus>>)
    WorkerBase.DefaultIsStartable()
    WorkerBase.ErroredPortErrorsWorkerProtected
    WorkerBase.ErrorOutputs
    WorkerBase.EscalateError
    WorkerBase.Inputs
    WorkerBase.IsStartable
    WorkerBase.Outputs
    WorkerBase.Parent
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, WorkerBase, WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(TLastWorker)
    WorkerParent.AddChildCompletedCallback(Action<WorkerBase>)
    WorkerParent.AddStartingChildrenCallback(Func<WorkerParent, Task<ProgressStatus>>)
    WorkerParent.BytesPerRowBuffer
    WorkerParent.Children
    WorkerParent.DisposeOnFinished<TDisposable>(TDisposable)
    WorkerParent.GetDownstreamFactory<TInput>()
    WorkerParent.HasChildren
    WorkerParent.IsCanceled
    WorkerParent.IsCompleted
    WorkerParent.IsCreated
    WorkerParent.IsError
    WorkerParent.IsFailed
    WorkerParent.IsFatal
    WorkerParent.IsRunning
    WorkerParent.IsSucceeded
    WorkerParent.KeepChildrenLevels
    WorkerParent.Locator
    WorkerParent.LogFactory
    WorkerParent.Logger
    WorkerParent.MaxRunningChildren
    WorkerParent.Name
    WorkerParent.RemoveChildren()
    WorkerParent.RescheduleChildren()
    WorkerParent.RunAsync()
    WorkerParent.RunChildrenAsync(Boolean)
    WorkerParent.RunChildrenAsync()
    WorkerParent.Status
    WorkerParent.Item[String]
    WorkerParent.ToString()
    WorkerParent.WorkerSystem
    WorkerParent.DebugCommands
    WorkerParent.AggregateErrorOutputRows
    WorkerParent.AggregateOutputRows
    WorkerParent.AggregateWorkersCompleted
    WorkerParent.InstantCompleted
    WorkerParent.InstantCreated
    WorkerParent.InstantStarted
    WorkerParent.RunningDuration
    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public class CollectionTarget<TInput> : CollectionTarget<TInput, List<TInput>>, IDisposeOnFinished where TInput : class
    Type Parameters
    Name Description
    TInput

    The type of each Input row.

    Implements

    IDisposeOnFinished

    See Also

    CollectionTargetFactory
    CollectionTarget<TInput, TCollection>
    In This Article
    Back to top Copyright © 2023 Envobi Ltd