Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MongodbObjectIdentifier

import type { MongodbObjectIdentifier } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

MongoDB data source object identifier.

interface MongodbObjectIdentifier {
collection?: string;
database?: string;
}

§Properties

§
collection?: string
[src]

Required. The collection name.

§
database?: string
[src]

Required. The database name.