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

Introduction

Encapsulates the result from a fetch operation for a single selected topic.

Since
6.2
Inheritance diagram for PTDiffusionFetchTopicResult:
PTDiffusionBinaryFetchTopicResult PTDiffusionJSONFetchTopicResult PTDiffusionNumberFetchTopicResult PTDiffusionRecordV2FetchTopicResult PTDiffusionStringFetchTopicResult PTDiffusionTimeSeriesFetchTopicResult

Properties

NSString * path
 
PTDiffusionTopicSpecificationspecification
 

Property Documentation

- (NSString*) path
readnonatomicassign

The topic path.

Since
6.2
- (PTDiffusionTopicSpecification*) specification
readnonatomicassign

The topic specification.

If the request specified withProperties (PTDiffusionFetchRequest), the result reflects the topic's specification and can be used to create an identical topic. If the request did not specify that properties were to be included, the specification's property map will be empty.

Since
6.2