QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Interface QwpSenderEncodeOptions

    interface QwpSenderEncodeOptions {
        gorilla?: boolean;
        symbolDictionary?: "full" | "delta";
    }

    Hierarchy

    Index

    Properties

    gorilla?: boolean
    symbolDictionary?: "full" | "delta"

    Connection-scoped deltas are the default; use full to opt out.