![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Encapsulates the results from a time series fetch operation issued to the server.
A time series fetch operation is issued using the PTDiffusionFetchRequest::fetchTimeSeriesEventsWithTopicSelectorExpression:completionHandler: method.
Properties | |
| NSArray< PTDiffusionTimeSeriesFetchTopicResult * > * | timeSeriesResults |
Properties inherited from PTDiffusionFetchResult | |
| NSArray< PTDiffusionFetchTopicResult * > * | results |
| BOOL | more |
Additional Inherited Members | |
Instance Methods inherited from PTDiffusionFetchResult | |
| (NSUInteger) | - size |
| (BOOL) | - isEmpty |
|
readnonatomicassign |
The results from the fetch operation, in path order, each representing a single topic selected by the fetch operation.