Skip to main content
Module

x/mongo/mod.ts>Bson.ObjectId.generate

MongoDB driver for Deno
Extremely Popular
Go to Latest
method Bson.ObjectId.generate
import { Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { ObjectId } = Bson;

Generate a 12 byte id buffer used in ObjectId's

Parameters

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

Returns

Uint8Array