Skip to main content
Module

x/atlas_sdk/client.ts>Collection#updateMany

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

Parameters

filter: Document
update: Document
optional
unnamed 2: { upsert?: boolean; } = [UNSUPPORTED]

Returns

Promise<{ matchedCount: number; modifiedCount: number; upsertedId?: string; }>