![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Base class for results from fetch operations issued to the server.
A fetch operation is issued using a PTDiffusionFetchRequest.
Properties | |
| NSArray< PTDiffusionFetchTopicResult * > * | results |
| BOOL | more |
Instance Methods | |
| (NSUInteger) | - size |
| (BOOL) | - isEmpty |
| - (BOOL) isEmpty |
Return YES if the result contains zero elements
YES if result list is empty| - (NSUInteger) size |
The number of elements in the fetch result
|
readnonatomicassign |
Indicates whether the fetch could have returned more results if it had not been constrained by the first: (PTDiffusionFetchRequest) , last: (PTDiffusionFetchRequest) or maximumResultSize: (PTDiffusionFetchRequest) limits.
YES if more results could have been returned, otherwise NO.
|
readnonatomicassign |
The results from the fetch operation, in path order, each representing a single topic selected by the fetch operation.