Skip to main content
Module

x/atlas_sdk/mod.ts>Collection#find

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Collection.prototype.find
import { Collection } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

Parameters

optional
filter: Document
optional
unnamed 1: { projection?: Document; sort?: Document; limit?: number; skip?: number; } = [UNSUPPORTED]

Returns

Promise<T[]>