.createCollection()
Creates a new collection where data will be stored in a separate file.
createCollection(name, defaultValues)
Parameter
Default
Description
name
The name for the collection
defaultValues
{}
Default values for omitted keys
Returns
Description
The new collection
With default values:
With incrementable properties:
Last updated
Was this helpful?