Diffusion Apple API 6.11.6
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
Properties | List of all members
PTDiffusionBinaryFetchResult Class Reference

Introduction

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

A binary fetch operation is issued using the PTDiffusionFetchRequest::fetchBinaryValuesWithTopicSelectorExpression:completionHandler: method.

Since
6.2
Inheritance diagram for PTDiffusionBinaryFetchResult:
PTDiffusionFetchResult

Properties

NSArray< PTDiffusionBinaryFetchTopicResult * > * binaryResults
 
- Properties inherited from PTDiffusionFetchResult
NSArray< PTDiffusionFetchTopicResult * > * results
 
BOOL more
 

Additional Inherited Members

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

Property Documentation

◆ binaryResults

- (NSArray<PTDiffusionBinaryFetchTopicResult *>*) binaryResults
readnonatomicassign

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

Since
6.2