GDSExportOptions
The GDSExportOptions interface has properties that define how to export from a GeoData service.
Property |
Type |
Description |
---|---|---|
BinaryGeometry |
bool |
True indicates that the geometry will be stored using binary while false indicates normalized storage. This setting is only used if the format is XML. |
Compressed |
bool |
True indicates that the data will be compressed. |
ExportFormat |
The format to use when exporting. Note that when using "esriGDSExportFormatFileGDB" or "esriGDSExportFormatFileGDBTransport", the output is always compressed regardless of how the Compressed property is set. |
2/28/2020