AggregatedResult
public struct AggregatedResult<AggregatedValueType>
Aggregated result.
-
Returned value to be aggregated.
Declaration
Swift
public let value: AggregatedValueType? -
Time range of an aggregated result.
Declaration
Swift
public let timeRange: TimeRange -
Aggregated objectes.
Declaration
Swift
public let aggregatedObjects: [HistoryState] -
Initialize
AggregatedResult.Developers rarely use this initializer. If you want to recreate same instance from stored data or transmitted data, you can use this method.
Declaration
Swift
public init( _ value: AggregatedValueType?, timeRange: TimeRange, aggregatedObjects: [HistoryState])
View on GitHub
AggregatedResult Struct Reference