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

    接口 IndexInformationOptions

    interface IndexInformationOptions {
        full?: boolean;
        readPreference?: ReadPreference;
        session?: ClientSession;
    }
    索引

    属性

    full?: boolean
    readPreference?: ReadPreference
    session?: ClientSession