Class BatchRunEvent<T>
- Namespace
- CounterpointCollective.Dataflow
- Assembly
- Dataflow.Composable.dll
public record BatchRunEvent<T> : IEquatable<BatchRunEvent<T>>
Type Parameters
T
- Inheritance
-
BatchRunEvent<T>
- Implements
- Inherited Members
Constructors
BatchRunEvent(ResizableBatchTransformBlock<T, T>, int, double, int)
public BatchRunEvent(ResizableBatchTransformBlock<T, T> Source, int BatchSize, double RunMillis, int NextBatchSize)
Parameters
SourceResizableBatchTransformBlock<T, T>BatchSizeintRunMillisdoubleNextBatchSizeint
Properties
BatchSize
public int BatchSize { get; init; }
Property Value
NextBatchSize
public int NextBatchSize { get; init; }
Property Value
RunMillis
public double RunMillis { get; init; }
Property Value
Source
public ResizableBatchTransformBlock<T, T> Source { get; init; }