BatchBlock<T>.BatchSize 属性

定义

获取由此 BatchBlock<T> 生成的批的大小。

public:
 property int BatchSize { int get(); };
public int BatchSize { get; }
member this.BatchSize : int
Public ReadOnly Property BatchSize As Integer

属性值

Int32

批次大小。

注解

如果提供给块的项数不受提供给块构造函数的批大小的均匀分割,则块的最终批可能包含少于所请求的项数。

适用于