ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSData Interface

Provides access to methods supported by a GDSReplicaData object.

Product Availability

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

Members

Description
Read/write property Compressed Indicates whether the data has been compressed.
Read/write property ConnectionProperties The properties to be used when downloading the data (if transport type is URL).
Read/write property EmbeddedData The embedded replica data.
Read/write property TransportType The transport type used to transfer the replica data.
Read/write property URL The url where the replica data is located.

CoClasses that implement IGDSData

CoClasses and Classes Description
GDSData An object that transports GeoDataServer data.

Remarks

The IGDSData interface is provides proprties that define how data is exported from or imported into a GeoDataServer. See the GDSData coclass for more information. 

 

.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