API 参考
    正在准备搜索索引...

    接口 WriteConcernSettings

    interface WriteConcernSettings {
        fsync?: boolean | 1;
        j?: boolean;
        journal?: boolean;
        w?: W;
        wtimeout?: number;
        wtimeoutMS?: number;
    }
    索引

    属性

    fsync?: boolean | 1

    The file sync write concern

    j?: boolean

    The journal write concern

    journal?: boolean

    The journal write concern

    w?: W

    The write concern

    wtimeout?: number

    The write concern timeout

    wtimeoutMS?: number

    The write concern timeout