For a list of all members of this type, see ImportMapServerCache members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| data_frame | The source data frame for the map service. (In, Required) |
| import_extent | A rectangular extent defining the tiles to be imported. By default the extent is set to the full extent of the map service into which you are importing. Note the optional parameter on this tool that allows you to alternatively constrain tile import to a feature class boundary. (In, Optional) |
| import_feature_class | A polygon feature class that defines where tiles are imported into the cache. This is useful if you want to import tiles for irregularly shaped areas. (In, Optional) |
| levels | A list of scale levels at which tiles will be imported. (In, Optional) |
| object_name | The name of the map service into which tiles will be imported. This map service must have a tiling scheme defined that matches the tiling scheme of the tiles being imported. (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 into which tiles will be imported. (In, Required) |
| source_cache_dataset | The path to the tiles that will be imported. This is represented by a raster dataset icon in the tool user interface. If you are scripting, it is the path to the cache folder matching the data frame name. You do not have to point this parameter at a registered server cache directory; in fact, most of the time you'll be pointing at a location on disk where tiles have been previously exported. (In, Required) |
| thread_count | Number of map service instances to use while importing 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