Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/atlas_sdk/deps.ts>ObjectId.generate

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

Generate a 12 byte id buffer used in ObjectId's

Parameters

optional
time: number
  • pass in a second based timestamp.

Returns

Uint8Array