Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionFetchTopicResult Class Reference

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

#include <PTDiffusionFetchTopicResult.h>

Inheritance diagram for PTDiffusionFetchTopicResult:
PTDiffusionBinaryFetchTopicResult PTDiffusionJSONFetchTopicResult PTDiffusionNumberFetchTopicResult PTDiffusionRecordV2FetchTopicResult PTDiffusionStringFetchTopicResult PTDiffusionTimeSeriesFetchTopicResult

Properties

NSString * path
PTDiffusionTopicSpecificationspecification

Detailed Description

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

Since
6.2

Property Documentation

◆ path

- (NSString*) path
readnonatomicassign

The topic path.

Since
6.2

◆ specification

- (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