Interface IInMemoryBufferOptions

interface IInMemoryBufferOptions {
    threshHold: number;
}

Properties

Properties

threshHold: number