table
Root element in the web map specifying an array of table objects.
Referenced by: Webmap
Properties
Property | Details |
---|---|
capabilities | A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'. |
customParameters | A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types. |
definitionEditor | Object indicating the definitionEditor used as a layer's interactive filter. |
formInfo | A formInfo object defining the content of the form when you are editing a record. |
id | Unique string identifier for the table. |
itemId | Unique string value indicating an item registered in ArcGIS Online or your organization's portal. |
layerDefinition | A layerDefinition object defining a definition expression for the table. |
popupInfo | An object defining the content of popup windows when you query a record and the sort option for child related records. |
refreshInterval | Refresh interval of the table in minutes. Non-zero value indicates automatic table refresh at the specified interval. Value of 0 indicates auto refresh is not enabled. |
title | String value for the title of the table. |
url | String value indicating the URL reference of the hosted table. |
Example
{
"table": {
"url": "http://sampleserver6.arcgisonline.com/arcgis/rest/services/SF311/FeatureServer/1",
"id": "SF311_1421",
"title": "SF311 - SF_Crime_Incidents",
"itemId": "0217f8067457410a998fc9293563ba94",
"capabilities": "Query"
}
}
Feedback on this topic?