WithBatchSize(IAsyncEnumerable<T>, int)
staticextension
public static IAsyncEnumerable<T> WithBatchSize<T>(this IAsyncEnumerable<T> self, int maxBatchSize) Specifies the maximum batch size for an
System.Collections.Generic.IAsyncEnumerable request. Parameters
selfIAsyncEnumerable<T>- The instance to configure.
maxBatchSizeint- The batch size.
Returns
The original instance.
