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

    接口 CursorStreamOptions

    interface CursorStreamOptions {
        transform?(this: void, doc: Document): Document;
    }
    索引

    方法

    方法

    • A transformation method applied to each document emitted by the stream

      参数

      返回 Document