Method WithCleanupBatchSize
WithCleanupBatchSize(int)
Sets the maximum number of rows to delete per cleanup batch. Only applies when WithRetention(TimeSpan) is configured.
public InboxBuilder<TDbContext> WithCleanupBatchSize(int batchSize)
Parameters
batchSizeint
Returns
- InboxBuilder<TDbContext>