Skip to main content
Module

x/atlas_sdk/deps.ts>MaxKey

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

A class representation of the BSON MaxKey type.

Properties

readonly
_bsontype: "MaxKey"

Methods

inspect(): string