The following tables list the members exposed by ExportMapServerCache.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| data_frame | The source data frame for the map service. (In, Required) |
| export_extent | A rectangular extent defining the tiles to be exported. By default the extent is set to the full extent of the service's source map. Note the optional parameter on this tool that allows you to alternatively constrain tile export to a feature class boundary. (In, Optional) |
| export_feature_class | A polygon feature class that defines where tiles are exported from the cache. This is useful if you want to export irregularly shaped areas. (In, Optional) |
| levels | A list of scale levels at which tiles will be exported. (In, Optional) |
| object_name | The map service whose tiles will be exported. (In, Required) |
| out_object_name | Output Map Server (out, Optional) |
| out_server_name | Output Host (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| server_name | The ArcGIS Server machine hosting the service whose cache tiles will be exported. (In, Required) |
| storage_format_type | The storage format of the exported cache. (In, Required) |
| target_cache | The folder into which the cache will be exported. This folder does not have to be a registered server cache directory. (In, Required) |
| thread_count | Number of map service instances to use while exporting the cache. By default the maximum allowable number of instances will be used (default for an ArcGIS Server service is 2). If you have more server power, you can raise the maximum allowable number of instances in the Service Properties, then raise this parameter when you run the tool. (In, Required) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also