Table of Contents

Method WithCleanupBatchSize

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithCleanupBatchSize(int)

Sets the maximum number of rows to delete per cleanup batch. Only applies when WithRetention(TimeSpan) is configured.

public OutboxBuilder<TDbContext> WithCleanupBatchSize(int batchSize)

Parameters

batchSize int

Returns

OutboxBuilder<TDbContext>