DocumentNamespace: {
    coll: string;
    db: string;
}

The namespace of a document.

Type declaration

  • coll: string

    The name of the collection.

  • db: string

    The name of the database.

Generated using TypeDoc