Method WithCleanupBatchSize
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
batchSizeint
Returns
- OutboxBuilder<TDbContext>