com.esri.arcgis.geodatabasedistributed
Interface esriGDSTransportType

All Superinterfaces:
Serializable

public interface esriGDSTransportType
extends Serializable

GeoDataServer data transfer formats.

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.

Product Availability

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


Field Summary
static int esriGDSTransportTypeEmbedded
          Data is embedded in messages.
static int esriGDSTransportTypeUrl
          Data is accesible using a Url.
 

Field Detail

esriGDSTransportTypeEmbedded

static final int esriGDSTransportTypeEmbedded
Data is embedded in messages.

See Also:
Constant Field Values

esriGDSTransportTypeUrl

static final int esriGDSTransportTypeUrl
Data is accesible using a Url.

See Also:
Constant Field Values