Enum that describes how Timestamps are translated by the packager
| C# |
public enum PreserveTimestampOption
| Member | Description |
|---|---|
| None |
None- no manipulation, timestamp not carried
|
| AsServer |
AsServer - timestamp is maintained in the servertimestamp metadata column
|
| AsClient |
AsClient - timestamp is maintained in the clienttimestamp metadata column (transport database only)
|