usesnapshot

Enables or disables SNAPSHOT for the reading of the database. If the usesnapshot option is enabled, the function uses a SNAPSHOT instead of a READ transaction when reading the cotents of the database. If a database is currently active and in use in a multiuser environment, this option guarantees that the export process will not impede any other users from updating the database while the export is in process, and that it will export a consistent view of the database as committed at any given time.

Default Value
If the usesnapshot option is not defined, the default value of OFF is used.
Example
usesnapshot=OFF
Boolean Values Accepted

The following values can be accepted boolean values:

TRUE Values FALSE Values
1 0
On Off
True False
String values above are not case-sensitive.