IServiceExtendedProps

Interface

Enrichments specific to service-backed items

Extends

Properties

Property Type Notes
kind "service"
server Optional Partial<IFeatureServiceDefinition>

Definition for the corresponding service (feature service, map service, etc.)

serverExtractCapability 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 server prop.

serverExtractFormats 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 server prop.

serverQueryCapability 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 server prop.

additionalResources Optional Inherited IHubAdditionalResource[]

Convenience links to additional resources specified in the formal item metadata

downloads Optional Inherited IEntityDownloadConfiguration

Download configuration for the item

metadata Optional Inherited any

Formal item metadata


Interface defined in common/src/core/types/IHubEditableContent.ts:142