STSAggregatedItem

@interface STSAggregatedItem : LHDataObject

STSAggregatedItem class defines an aggregated item.

  • key

    The key of an aggregated data.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull key;

    Swift

    var key: UnsafeMutablePointer<Int32>! { get }
  • The number of count indicates how many times that key be sent in one period.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSNumber *_Nonnull count;

    Swift

    var count: UnsafeMutablePointer<Int32>! { get }