ArcGIS Runtime SDK for iOS: AGSPortalQueryResultSet Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPortalQueryResultSet Class Reference

Description

Results of a query on a portal.

Instances of this class respresent results of a query peformed on the portal.

See also
AGSPortalQueryParameters
Since
100
Inheritance diagram for AGSPortalQueryResultSet:

Properties

AGSPortalQueryParametersnextQueryParameters
 
AGSPortalQueryParametersqueryParameters
 
NSArray< id > * results
 
NSInteger totalResults
 

Property Documentation

◆ nextQueryParameters

- (AGSPortalQueryParameters*) nextQueryParameters
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.

Since
100

◆ queryParameters

- (AGSPortalQueryParameters*) queryParameters
readnonatomicstrong

The query params that was used to make the search.

Since
100

◆ results

- (NSArray<id>*) results
readnonatomiccopy

The present results of the query. It could be and array of AGSPortalGroup or AGSPortalItem depending on the query that was performed

Since
100

◆ totalResults

- (NSInteger) totalResults
readnonatomicassign

The total number of results irrespective of the paging.

Since
100