Create a backup of the collection.
returns <[BackupFilename]> |
Example:
example_collection.createBackup(); // -> EXAMPLE_COLLECTION_2022-03-20_AUTO.pea
Load a backup to the collection.
returns
Example:
example_collection.loadBackup("EXAMPLE_COLLECTION_2022-03-20_AUTO.pea"); // -> true
Drop the collection.
returns
Example:
example_collection.drop(); // -> true