This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Constants > E > esriGDSTransportType Constants (ArcObjects .NET 10.4 SDK) |
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. |
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.