This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSData Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods supported by a GDSReplicaData object.
Description | ||
---|---|---|
Compressed | Indicates whether the data has been compressed. | |
ConnectionProperties | The properties to be used when downloading the data (if transport type is URL). | |
EmbeddedData | The embedded replica data. | |
TransportType | The transport type used to transfer the replica data. | |
URL | The url where the replica data is located. |
CoClasses and Classes | Description |
---|---|
GDSData | An object that transports GeoDataServer data. |
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.