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

    Interface QwpSenderEncodeOptions

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

    Hierarchy

    Index

    Properties

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

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