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.

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 Samples

Find near features SOAP SOE (Code Files: Reference) |

.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 |