Represents the result object returned from a portal query.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
PortalQueryParams | The query parameters for the next set of results. more details | more details | PortalQueryResult | |
PortalQueryParams | The query parameters for the first set of results. more details | more details | PortalQueryResult | |
Object[] | An array of result item objects. more details | more details | PortalQueryResult | |
Number | The total number of results. more details | more details | PortalQueryResult |
Property Details
-
Since: ArcGIS API for JavaScript 4.7
-
The name of the class. The declared class name is formatted as
esri.folder.className
.
-
nextQueryParams PortalQueryParams
-
The query parameters for the next set of results.
-
queryParams PortalQueryParams
-
The query parameters for the first set of results.
-
An array of result item objects.
-
total Number
-
The total number of results.