This document is archived and information here might be outdated.  Recommended version.


esriGDSExportFormat Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Constants > E > esriGDSExportFormat Constants
ArcGIS Developer Help

esriGDSExportFormat Constants

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.

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: