ArcGIS Runtime SDK for iOS
100.15
|
Results of a query on a portal.
Instances of this class respresent results of a query peformed on the portal.
Properties | |
AGSPortalQueryParameters * | nextQueryParameters |
AGSPortalQueryParameters * | queryParameters |
NSArray< id > * | results |
NSInteger | totalResults |
|
readnonatomicstrong |
The query params for the next set of results based on the next start index. This is automatically generated if there are any more results left to be retrieved. nil
if there are no more results for the next page.
|
readnonatomicstrong |
The query params that was used to make the search.
|
readnonatomiccopy |
The present results of the query. It could be and array of AGSPortalGroup
or AGSPortalItem
depending on the query that was performed
|
readnonatomicassign |
The total number of results irrespective of the paging.