Collection
Methods that can be used regardless of collection.
createBackup()
createBackup()
Create a backup of the collection.
returns String<[BackupFilename]> | Boolean
Example:
loadBackup(filename)
loadBackup(filename)
Load a backup to the collection.
Parameter
Description
filename
returns Boolean
Example:
drop()
drop()
Drop the collection.
returns Boolean
Example:
Last updated