IServiceExtendedProps
Enrichments specific to service-backed items
Extends
Properties
Property | Type | Notes |
---|---|---|
"service" | ||
Optional | Partial<IFeatureServiceDefinition> |
Definition for the corresponding service (feature service, map service, etc.) |
Optional | boolean |
If the item represents a feature service, shows whether the service has the "Extract"
capability enabled. This is a pre-requisite for "createReplica" downloads to work.
Convenience property derived from the |
Optional | string[] |
If the item represents a feature service with "Extract enabled", shows the formats that
can be extracted from the service via the "createReplica" operation.
Convenience property derived from the |
Optional | boolean |
If the item represents a feature or map service, shows whether the service has the
"Query" capability enabled. This is a pre-requisite for the Hub Download System to work.
Convenience property derived from the |
Optional Inherited | IHubAdditionalResource[] |
Convenience links to additional resources specified in the formal item metadata |
Optional Inherited | IEntityDownloadConfiguration |
Download configuration for the item |
Optional Inherited | any |
Formal item metadata |
Interface defined in common/src/core/types/IHubEditableContent.ts:146