<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

BufferPool

public class BufferPool
Represents a resizable buffer pool.
public int BufferCount { get; set; }

Gets or sets the number of available buffers.

public int BufferSize { get; set; }

Gets or sets the size of individual buffers.

public BufferPool(int numberOfBuffers, int bufferSize)

Initializes a new instance of BufferPool.