CBEQueryResult
Introductionresultset of data retrieved. MethodscontainersLoaded-(uint64_t) containersLoaded; DiscussionReturns number of \c containers loaded in to the query result. containsItem:-(bool) containsItem:(CBEItemId) itemId; ParametersDiscussionChecks if the Item with id is in the resultset. filter-(CBEFilter*) filter; DiscussionReturns a copy of the filter used for query. getItemsSnapshot-(NSArray*) getItemsSnapshot; Return ValueThe items matching the query. DiscussionReturns a copy of a vector containing the items for this QueryResult. The QueryResult will be updated when new data comes in, but the returned copy will not. If iterating make sure to create a variable for a local copy. itemsLoaded-(uint64_t) itemsLoaded; DiscussionNumber of \c items loaded in current QueryResult. objectsLoaded-(uint64_t) objectsLoaded; DiscussionReturns number of \c objects loaded in to the query result. totalCount-(uint64_t) totalCount; Discussiontotal number of items in the cloud matching the query result. This may be more than loaded. |