PipeOptions.MinimumSegmentSize 属性
定义
获取从 Pool 请求的段的最小大小。Gets the minimum size of the segment requested from the Pool.
public:
property int MinimumSegmentSize { int get(); };
public int MinimumSegmentSize { get; }
member this.MinimumSegmentSize : int
Public ReadOnly Property MinimumSegmentSize As Integer
属性值
- Int32
从请求的段的最小大小 Pool 。The minimum size of the segment requested from the Pool.
适用于