类型别名 InsertManyResult<IdType>

插入多个结果<IdType>: {
    InsertedIds: IdType[ ]
}

插入许多文档的结果

类型参数

  • IdType

类型声明

  • Readonly Inserted ID: IdType[ ]

    插入文档的 ID

使用TypeDoc生成