DropDatabaseEvent: {
    ns: Omit<DocumentNamespace, "coll">;
} & BaseChangeEvent<"dropDatabase">

Occurs when a database is dropped.

Type declaration

  • ns: Omit<DocumentNamespace, "coll">

    The namespace (specifying only the database name) of the database that got dropped.

Generated using TypeDoc