Skip to content
import PortalQueryResult from "@arcgis/core/portal/PortalQueryResult.js";
Inheritance:
PortalQueryResultAccessor
Since
ArcGIS Maps SDK for JavaScript 4.0

Represents the result object returned from a portal query.

See also

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
properties
See the properties table for a list of all the properties that may be passed into the constructor.

Properties

Any properties can be set, retrieved or listened to. See the Watch for changes topic.

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

nextQueryParams

Property
Type
PortalQueryParams | null | undefined

The query parameters for the next set of results.

queryParams

Property
Type
PortalQueryParams | null | undefined

The query parameters for the first set of results.

results

Property
Type
T[]

An array of result item objects.

total

Property
Type
number

The total number of results.