Table of Contents

Interface IBatchSizeStrategy

Namespace
CounterpointCollective.Dataflow
Assembly
Dataflow.Composable.dll
public interface IBatchSizeStrategy

Properties

BatchSize

int BatchSize { get; }

Property Value

int

DebugView

object DebugView { get; }

Property Value

object

Methods

UpdateBatchSize(int, double)

int UpdateBatchSize(int batchSize, double totalRunMillis)

Parameters

batchSize int
totalRunMillis double

Returns

int