Diffusion Apple API  6.9.0
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
PTDiffusionNumberFetchResult Class Reference

Introduction

Encapsulates the results from a numeric fetch operation issued to the server.

A numeric fetch operation is issued using either of the fetchDoubleFloatNumberValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest(PTDiffusionPrimitive)) or fetchInt64NumberValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest(PTDiffusionPrimitive)) methods.

Since
6.2
Inheritance diagram for PTDiffusionNumberFetchResult:
PTDiffusionFetchResult

Properties

NSArray
< PTDiffusionNumberFetchTopicResult * > * 
numberResults
 
- Properties inherited from PTDiffusionFetchResult
NSArray
< PTDiffusionFetchTopicResult * > * 
results
 
BOOL more
 

Additional Inherited Members

- Instance Methods inherited from PTDiffusionFetchResult
(NSUInteger) - size
 
(BOOL) - isEmpty
 

Property Documentation

- (NSArray<PTDiffusionNumberFetchTopicResult *>*) numberResults
readnonatomicassign

The results from the fetch operation, in path order, each representing a single topic selected by the fetch operation.

Since
6.2