Root element in the web scene specifying an array of table objects.
Referenced by: Webscene
Properties
| Property | Details |
|---|---|
| attributeTableInfo | An attributeTableInfo object defining how the data will be presented in tabular format. |
| customParameters | A sequence of custom parameters appended to the URL of all requests related to a layer. |
| disablePopup | Indicates whether to allow a client to ignore popups defined by the service item. |
| id | Unique string identifier for the table. |
| itemId | Unique string value indicating an item registered in ArcGIS Online or your organization's portal. |
| layerDefinition | Additional properties that define configurations for the table. See layerDefinition properties table. |
| path | For offline data, a path to a geodatabase file. A URI format is used starting with file: followed by a file system path with a .geodatabase extension. A query parameter itemId must also be present specifying the ID of a table in the geodatabase's GDB_ServiceItems table. A relative path must be from the file which defines the table. For example file:../p20/northamerica.geodatabase?itemId=5. |
| popupInfo | An object defining the content of popup windows when you query a record and the sort option for child related records. |
| title | String value for the title of the table. |
| url | String value indicating the URL reference of the hosted table. |
layerDefinition properties
| Property | Details |
|---|---|
| capabilities | A comma separated list of supported capabilities, e.g. Query,Editing. |
| definitionExpression | SQL-based definition expression string that narrows the data to be displayed in the layer. |
| fieldConfigurations[] | An array of fieldConfiguration objects that define configuration for fields within a layer, including how to format date, time and number fields. Support for fieldConfigurations is currently limited to feature service-backed feature layers and tables. This does not include popups for feature reduction. Support for additional layer types is planned for future releases. |
table Example
{
"url": "http://sampleserver6.arcgisonline.com/arcgis/rest/services/SF311/FeatureServer/1",
"id": "SF311_1421",
"title": "SF311 - SF_Crime_Incidents",
"itemId": "0217f8067457410a998fc9293563ba94",
"layerDefinition": {
"capabilities": "Query"
},
"popupInfo": {},
"disablePopup": false
}