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




Choose whether to group your tiles into large .bundle files using "Compact" storage format, instead of storing each tile as a separate file using "Exploded" format. Compact storage format is more efficient in terms of storage and mobility. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.