![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Query result providing an array of time series events.
Properties | |
| BOOL | complete |
| UInt64 | selectedCount |
| PTDiffusionTimeSeriesQueryResultEventArrayStructure * | eventArrayStructure |
Instance Methods | |
| (BOOL) | - isEqualToTimeSeriesQueryResult: |
| - (BOOL) isEqualToTimeSeriesQueryResult: | (nullable PTDiffusionTimeSeriesQueryResult *) | timeSeriesQueryResult |
Compares the receiver to the given time series query result.
| timeSeriesQueryResult | The time series query result object with which to compare the receiver. |
YES if it is identical to the receiver, otherwise NO.
|
readnonatomicassign |
If this result includes all events selected by the query then YES.
When this property returns YES then the value returned by the selectedCount property will be the same as the count of the array returned by the events property.
|
readnonatomicassign |
The structural properties of the events array.
|
readnonatomicassign |
The number of events selected by the query.
This number may be greater than the count of the array returned by the events property due to a policy of the time series topic to limit the number of returned results, or the use a limit on the range query.