IItemAndEnrichments
An object containing the item and fetched enrichments
Extends
Properties
Property | Type | Notes |
---|---|---|
IItem | ||
Optional Inherited | [key: string]: any |
The portal item's data (if any) |
Optional Inherited | IEnrichmentErrorInfo[] |
Any errors encountered when fetching enrichments see https://github.com/ArcGIS/hub-indexer/blob/master/docs/errors.md#response-formatting-for-errors |
Optional Inherited | string[] |
The ids of any groups that the item belongs to |
Optional Inherited | Array<Partial<ILayerDefinition>> |
Detailed information about the service's layers (geometryType, fields, etc) for related layers in the service |
Optional Inherited | any |
The content's formal metadata |
Optional Inherited | Partial<IPortal> |
The owner's organization (portal) details (id, name, extent, etc) |
Optional Inherited | IUser |
The user that owns the item |
Optional Inherited | number | null |
The count of records for the layer referenced by this content |
Optional Inherited | Partial<IFeatureServiceDefinition> |
Information about the service referenced by this content (currentVersion, capabilities, maxRecordCount etc) |
Optional Inherited | boolean |
If the server's services directory is disabled. See https://enterprise.arcgis.com/en/server/latest/administer/linux/disabling-the-services-directory.htm |
Interface defined in common/src/items/_enrichments.ts:27