This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Constants > E > esriGDSExportFormat Constants (ArcObjects .NET 10.4 SDK) |
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. |
esriGDSExportFormatSqliteGDB | 4 | Export replica data changes to a sqlite geodatabase. |
The esriGDSExportFormat enumeration contains values that represent different types of export format options.
The members of this enumeration are represented as follows: