nodejs-polars
    Preparing search index...

    Interface SinkOptions

    interface SinkOptions {
        maintainOrder: boolean;
        mkdir: boolean;
        syncOnClose: any;
    }
    Index

    Properties

    maintainOrder: boolean
    mkdir: boolean
    syncOnClose: any