ArcObjects Library Reference (GeoDatabaseDistributed)  

esriGDSTransportType Constants

GeoDataServer data transfer formats.

Constant Value Description
esriGDSTransportTypeEmbedded 0 Data is embedded in messages.
esriGDSTransportTypeUrl 1 Data is accesible using a Url.
esriGDSTransportTypeUpload 2 Data was uploaded to the server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The esriGDSTransportType enumeration contains values that represent transport type options. Methods on the IGeoDataServer interfece use this enumeration to determine or define data storage for export and import operations. 

.NET Related Topics

GeoData services | How to create a replica in a disconnected environment | How to synchronize a data change message in a disconnected environment | How to synchronize an acknowledgement message in a disconnected environment