ESRI.ArcGIS.ServerTools
storage_format_type Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace > ConvertMapServerCacheStorageFormat Class : storage_format_type Property




The storage format to which the new cache will be converted. The tool user interface detects your current cache format and lists the other format as the only option for this parameter. The formats are EXPLODED and COMPACT. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property storage_format_type As String
Visual Basic (Usage)Copy Code
Dim instance As ConvertMapServerCacheStorageFormat
Dim value As String
 
instance.storage_format_type = value
 
value = instance.storage_format_type
C# 
public string storage_format_type {get; set;}

See Also

© 2010 All Rights Reserved.