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
TimeWindowattribute in milliseconds, that must be in the range 600000 (10 minutes) .. 86400000 (24h)- zoomLevel
size of the tile to which an
HereTileattribute applies
- Note
IndexDefinition.Builder provides Java developers with an easier way of creating IndexDefinitions.
- Alphabetic
- By Inheritance
- IndexDefinition
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
TimeWindowattribute in milliseconds, that must be in the range 600000 (10 minutes) .. 86400000 (24h)- zoomLevel
size of the tile to which an
HereTileattribute 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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val duration: Option[Long]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val zoomLevel: Option[Int]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)