minScale

The minimum scale for how far out data will be in tile caches. The 0 default means extract all the available detailed levels to global scales. This is used as input for levels of detail for TileCache.

This is not applicable to offline data in VectorTileCache or Geodatabase.

A minScale of 100000 and a maxScale of 500 will select level IDs between 1:500 and 1:100,000 scale.

A minScale of 0 and a maxScale of 500 will select all global level IDs down to 1:500 scale.

A minScale of 100000 and a maxScale of 0 will select level IDs from 1:100,000 scale to the most detailed available level.

If GenerateOfflineMapParameters is used in conjunction with GenerateOfflineMapParameterOverrides, this property is superseded for individual layers tile caches.

Note that this property only sets the levels of detail to download for tiled data. The offline basemap layers will use the same min scale as in the online web map (either defined by the service or on the layer itself).

Since

200.1.0