Module

x/atlas_sdk3/mod.ts>DBRef

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
class DBRef
import { DBRef } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/mod.ts";

A class representation of the BSON DBRef type.

Constructors

new
DBRef(
collection: string,
oid: ObjectId,
db?: string,
fields?: Document,
)

Properties

_bsontype: string
collection: string
optional
db: string
fields: Document
import DBRef
import { DBRef } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/mod.ts";