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

MongodbCollection

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

MongoDB Collection.

interface MongodbCollection {
collection?: string;
fields?: MongodbField[];
}

§Properties

§
collection?: string
[src]

Collection name.

§

Fields in the collection.