IFeatureServiceDefinition
IFeatureServiceDefinition
can also be imported from the following packages:
import { IFeatureServiceDefinition } from "@esri/arcgis-rest-service-admin"; import { IFeatureServiceDefinition } from "@esri/arcgis-rest-feature-layer";
Properties
Property | Type | Notes |
---|---|---|
[key: string]: boolean | ||
boolean | Boolean value indicating whether the geometry of the features in the layer can be edited. | |
string | A comma separated list of supported capabilities, e.g. Query,Editing. | |
string | String value for the copyright text information for the layer. | |
string | String value of the layer as defined in the map service. | |
{
| ||
{
| ||
IExtent | ||
boolean | ||
IExtent | ||
boolean | ||
boolean | ||
ILayerDefinition[] | ILayerDefinition | ||
number | Numeric value indicating tbe maximum number of records that will be returned at once for a query. | |
[{
| ||
string | ||
ISpatialReference | An object containing the WKID or WKT identifying the spatial reference of the layer's geometry. | |
string | String value indicating the output formats that are supported in a query. | |
boolean | ||
boolean | ||
boolean | ||
{
| ||
boolean | ||
ITable[] | ITable | ||
string | ||
{
| ||
Optional | number | |
Optional | [key: string]: string | |
Optional | boolean | |
Optional | boolean | Boolean value indicating whether data changes. True if it does not. |
Optional | boolean | |
Optional | number |
Interface defined in packages/arcgis-rest-types/src/service.ts:15