case class IndexDefinition(name: String, indexType: IndexType, duration: Option[Long] = None, zoomLevel: Option[Int] = None) extends Product with Serializable
Defines a data attribute for indexing.
See also IndexLayerType for more information about the index layer.
- name
name of the attribute
- indexType
data type of the attribute
- duration
duration of a
TimeWindow
attribute in milliseconds, that must be in the range 600000 (10 minutes) .. 86400000 (24h)- zoomLevel
size of the tile to which an
HereTile
attribute applies
- Note
IndexDefinition.Builder provides Java developers with an easier way of creating IndexDefinitions.
- Alphabetic
- By Inheritance
- IndexDefinition
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
IndexDefinition(name: String, indexType: IndexType, duration: Option[Long] = None, zoomLevel: Option[Int] = None)
- name
name of the attribute
- indexType
data type of the attribute
- duration
duration of a
TimeWindow
attribute in milliseconds, that must be in the range 600000 (10 minutes) .. 86400000 (24h)- zoomLevel
size of the tile to which an
HereTile
attribute applies
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val duration: Option[Long]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDuration: OptionalLong
- def getIndexType: IndexType
- def getName: String
- def getZoomLevel: OptionalInt
- val indexType: IndexType
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val zoomLevel: Option[Int]