Interface
Feature service properties for an extended or related property table.
Properties
Property | Type | Notes |
---|---|---|
featureServiceUniqueId | string | The field name in the feature service to use as the unique Id. |
itemId | string | Portal item id of the feature service. |
itemType | ExtendedPropertyItemType | Specific item type for the feature service. If not specified, the default is a standard feature service. |
layerId | string | Layer id of the feature service. |
portalType | PortalType | Portal where the portal item is stored. If not specified, the default is |
portalUrl | string | Specific portal url where the item is stored. This is only required when |
secure | boolean | Indicates whether a service is secure. Currently only items with |
featureServiceUniqueId
Interface PropertyfeatureServiceUniqueId: string
The field name in the feature service to use as the unique Id.
itemType
itemType: ExtendedPropertyItemType
Specific item type for the feature service. If not specified, the default is a standard feature service.
portalType
portalType: PortalType
Portal where the portal item is stored. If not specified, the default is Current
.