Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

Automatic Snapshot Support

The SnapShot API function supports starting, stopping, and resuming automatic snapshots. The following table shows the parameters to pass to SnapShot to perform these operations.

Snapshot action

opcode

rqstdesc

snapbufr

Start automatic snapshots, or change time interval if automatic snapshots are already enabled.

ctPSSstartAuto

Interval in minutes

(e.g., “60”)

NULL

Stop automatic snapshots.

ctPSSstopAuto

NULL

NULL

Resume automatic snapshots with the same interval last used.

ctPSSresumeAuto

NULL

NULL

TOCIndex