Options to specify the content of the data exported.
Constant | Value | Description |
---|---|---|
esriExportGenerationsUnAcknowledged | 1 | Export all previous ununknowledge generations in addtion to the next generation if the replica in the send state. |
esriExportGenerationsNew | 2 | Export the next generation only. |
esriExportGenerationsAll | 3 | Export unacknowledge and new generations. |
esriExportGenerationsNone | 4 | Export unacknowledge and new generations. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The esriExportGenerationsOption enumeration contains values that define the changes to export.
The members of this enumeration are represented as follows:
- esriExportGenerationsUnAcknowledged = 1 - Only data changes which have been sent to the relative replica, but have not yet been acknowledged are included.
- esriExportGenerationsNew = 2 - Only data changes which have not previously been sent to the relative replica are included.
- esriExportGenerationsAll = 3 - Both unacknowledged data changes and new data changes are included.
- esriExportGenerationsNone = 4 - No data changes will be included.