Synergex.SynergyDE.Select.SnapshotInfo
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
|
namespace Synergex.SynergyDE.Select public sealed structure SnapshotInfo
The SnapshotInfo structure provides information about the snapshot for change tracking.
The enumeration of the SSType enumeration (see below). (SSType)
The snapshot number. (int)
The number of new records inserted into the file since the last snapshot. (int)
The number of records updated in the file since the last snapshot. (int)
The number of records deleted in the file since the last snapshot. (int)
The number of updated records not in the previous snapshot. (int)
Either the date and time of the snapshot in %DATETIME format or, when Type is SSType.Ending, the date and time of the query. (a20)
Discussion
When Type is SSType.Beginning, DateTime represents the date and time that ChangeTracking entries begin in the file. The Inserts, Updates, Deletes, and Ulinks values are always zero. There can only be one Beginning per set of snapshots.
When Type is SSType.Snapshot, DateTime represents the date and time the snapshot was applied to the file, and Inserts, Updates, Deletes, and Ulinks indicate the number of entries applied between the previous snapshot and DateTime.
When Type is SSType.Ending, DateTime represents the date and time of the inquiry, and Inserts, Updates, Deletes, and Ulinks indicate the number of entries made between the previous snapshot and the current time. There can only be one Ending per set of snapshots.
See also
- Synergex.SynergyDE.Select.ChangeTracking class
- ctutl utility
- Change tracking