Converts the storage of a map service cache between the exploded (pre-10.0) format and the compact format. The tool converts the format "in place", meaning it does not make a copy of the existing format. Instead, it creates the new format cache in the same cache folder and deletes the old format.
Syntax
Visual Basic (Declaration) | |
---|
Public Class ConvertMapServerCacheStorageFormat
Implements IGPProcess |
C# | |
---|
public class ConvertMapServerCacheStorageFormat : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.ServerTools.ConvertMapServerCacheStorageFormat
See Also