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

Buffer

public class Buffer
Manages a provided BufferPool.
public byte[] Value { get; }

Gets the data associated with this Buffer.

public Buffer(BufferPool bufferPool, int timeout)

Initializes a new instance of Buffer backed by the provided BufferPool, utilizing the configured timeout.

public void Release()

Releases this Buffer from its underlying BufferPool.