DropEvent: {
    ns: DocumentNamespace;
} & BaseChangeEvent<"drop">

Occurs when a collection is dropped from a database.

Type declaration

  • ns: DocumentNamespace

    The namespace (database and collection) of the collection that got dropped.

Generated using TypeDoc