JsonRpcEnumerableSettings.MinBatchSize 属性

定义

获取或设置从生成器获取的最小元素数,然后再向使用者发送一批值。

public int MinBatchSize { get; set; }
member this.MinBatchSize : int with get, set
Public Property MinBatchSize As Integer

属性值

这必须是正整数。

适用于