The average document size, or -1 if the average size is unknown
The estimated total data size, in bytes, or -1 if the size is unknown.
The name of the database containing the collection
The estimated total number of documents, or -1 if the document count is unknown
Whether the collection is a capped collection (i.e. whether it has a fixed size and acts like a circular buffer)
Whether the collection is system collection
Whether the collection is a view of another collection
The unqualified name of the database or collection
The qualified name of the database or collection. For a collection, this is the database-qualified name.
The shard key on the collection, or null if the collection is not sharded
Whether the database has sharding enabled. Note that the migration task will enable sharding on the target if necessary.
The name of the collection that this is a view of, if IsView is true
Generated using TypeDoc
Describes a supported collection within a MongoDB database