Glossary snapshot

A snapshot is an initial copy of the data stored in a class. It includes all child classes, if there are any. This concept is very useful when managing CRUD operation because it provides the differences between the data read and the modification done.

In every class instance, a pointer on the snapshot exists when the snapshot is enabled. Through a single instruction, it is possible to re-assign the value of a class with its origin value stored in the snapshot, or to start a snapshot by considering the current value as a new starting point.

The following links provide additional information on snapshots:

Definition and useDeveloper Guide Snapshots
InstructionssnapshotfreeSnapshotrevertToSnapshotsnapshotEnabledgetModified