Use if working with offline maps.

Referenced by: applicationProperties

Properties

PropertyDetails
connectedOnlineLayers[]List of layers which should be included in an offline map as connected online layers.
editableLayersObject detailing the available offline editing options.
offlinebasemapObject detailing offline basemap options.
readonlyLayersObject indicating what to do with attachments in read-only layers.
syncDataOptionsAn integer value that corresponds to syncDataOptions for Create Replica. This value determines what additional capabilities will be included when going offline for a feature layer (e.g. contingent values, annotation) that are not included by default. This value applies to all feature layers in the webmap, however if the requested capability is not supported or present in the feature layer it will be ignored.
tablesObject containing configuration for taking standalone tables offline.

offline Example

{
"syncDataOptions": 144,
"editableLayers": {
"download": "featuresAndAttachments",
"sync": "syncFeaturesAndAttachments"
},
"offlinebasemap": {
"referenceBasemapName": "LocalBasemap.tpk"
},
"readonlyLayers": {
"downloadAttachments": true
},
"tables": {
"includeRows": false
}
}