Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AMCNativeEventBufferOptions

    Lower the retention ceilings; no event is silently dropped when a ceiling is reached.

    interface AMCNativeEventBufferOptions {
        maxBytes?: number;
        maxEvents?: number;
    }
    Index
    maxBytes?: number
    maxEvents?: number