Optional cacheWhether the in-memory hash cache is enabled for this collection.
Default: false
Optional computedComputed values to apply to documents in this collection.
Optional replication(Cluster only.) How many copies of each document should be kept in the cluster.
Default: 1
Optional schema?: SchemaOptionsOptions for validating documents in this collection.
Optional waitIf set to true, data will be synchronized to disk before returning from
a document create, update, replace or removal operation.
Default: false
Optional write(Cluster only.) Write concern for this collection.
Options for setting a collection's properties.
See DocumentCollection#properties and EdgeCollection#properties.