GeoDataServer data export types.
Constant | Value | Description |
---|---|---|
esriGDSExportFormatPersonalGdb | 0 | Export replica data changes to an Access personal geodatabase. |
esriGDSExportFormatXml | 1 | Export replica data changes to an XML file. Can also be specified for data transport when creating a replica with the IGeodataServer.CreateReplica method. |
esriGDSExportFormatFileGDB | 2 | Export replica data changes to a file geodatabase. |
esriGDSExportFormatFileGDBTransport | 3 | Export replica data to a file geodatabase. For use in data transport only when creating a replica with the IGeodataServer.CreateReplica method. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The esriGDSExportFormat enumeration contains values that represent different types of export format options.
The members of this enumeration are represented as follows:
- esriGDSExportFormatPersonalGdb = 0 - Will be exported to a personal geodatabase.
- esriGDSExportFormatXml = 1 - Will be exported to XML file.
- esriGDSExportFormatFileGDB = 2 - Will be exported to file geodatabase.
- esriGDSExportFormatFileGDBTransport = 3 - Will be exported to a file geodatabase designed strictly for the replica creation process. The file geodatabase is used to transport the data to the child geodatabase. Creating a replica with this type when IGPReplicaOptions registerExistingDataOnly flag is set to true is not supported. To create a replica by registering existing data only, use esriGDSExportFormatXml instead.