Module

x/atlas_sdk3/deps.ts>Binary

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

Constructors

new
Binary(buffer: Uint8Array, subType?: number)

Properties

_bsontype: string
buffer: Uint8Array
subType: number

Methods

length(): number
toExtendedJSON(options?: EJSONOptions): BinaryExtended
toJSON(): string
toString(): string

Static Methods

fromExtendedJSON(doc: BinaryExtended | UUIDExtended, options?: EJSONOptions): Binary
import Binary
import { Binary } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts";