Interface ClientWriteModel

interface ClientWriteModel {
    namespace: string;
}

Hierarchy (view full)

Properties

Properties

namespace: string

The namespace for the write.

A namespace is a combination of the database name and the name of the collection: <database-name>.<collection>. All documents belong to a namespace.