Table of Contents

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

Source ResizableBatchTransformBlock<T, T>
BatchSize int
RunMillis double
NextBatchSize int

Properties

BatchSize

public int BatchSize { get; init; }

Property Value

int

NextBatchSize

public int NextBatchSize { get; init; }

Property Value

int

RunMillis

public double RunMillis { get; init; }

Property Value

double

Source

public ResizableBatchTransformBlock<T, T> Source { get; init; }

Property Value

ResizableBatchTransformBlock<T, T>