Inherits from NSObject
Declared in KAGroupedSnapShot.h

Overview

Structured single snapshot from querying for analytics sets

Tasks

Properties

data

The data retrieved by the query

@property (readonly, strong) NSArray *data

Discussion

The data retrieved by the query

Declared In

KAGroupedSnapShot.h

name

The name of the dimension

@property (readonly, strong) NSString *name

Discussion

The name of the dimension

Declared In

KAGroupedSnapShot.h

pointInterval

The interval (in milliseconds) between data points

@property (readonly, assign) double pointInterval

Discussion

The interval (in milliseconds) between data points

Declared In

KAGroupedSnapShot.h

pointStart

The date (in milliseconds since UNIX epoch) which the data starts

@property (readonly, assign) double pointStart

Discussion

The date (in milliseconds since UNIX epoch) which the data starts

Declared In

KAGroupedSnapShot.h