MongodbCluster
import type { MongodbCluster } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
MongoDB Cluster structure.
interface MongodbCluster {
databases?: MongodbDatabase[];
}§Properties
§
databases?: MongodbDatabase[]
[src]MongoDB databases in the cluster.