Collection
The data is stored in collections, where how the collection is created and its detailed information are specified.
new Collection(options)
new Collection(options)
Create a collection where you can manage and store your data.
options
options.name
options.type
options.id_length
32
options.indicate_created_at
false
options.indicate_created_timestamp
false
options.indicate_edited_at
false
options.indicate_edited_timestamp
false
options.indicate_archived_at
false
options.indicate_archived_timestamp
false
options.indicate_unarchived_at
false
options.indicate_unarchived_timestamp
false
options.save_timeout
1
options.save_directly_after
5
options.cache_retention_time
10
options.backup_retention_time
3
options.caching
false
options.auto_create_backup
false
options.detailed_debugger_logs
false
options.activate_drop_method
false
Example:
Last updated