IndexDefinition

Hierarchy

  • IndexDefinition

Index

Properties

Optional duration

duration?: number

timewindow - represents the time slice (NOT just point in time) and it denotes the finest time granularity at which the data will be indexed and later queried. Time type has an attribute duration which represents the time slice length.It is NOT mutable. Both time key value and time type duration is expressed in milliseconds (time value is milliseconds since Epoch). Value of duration is between 10 minutes and 1 day in millis

Optional name

name?: string

Optional type

type?: "string" | "heretile" | "bool" | "int" | "timewindow"

Optional zoomLevel

zoomLevel?: number

heretile - represents the tile id in the HERE tile map tiling scheme. heretile type has an attribute zoomLevel which represents the size of the tile and it's NOT mutable.