IndexAndType

case class IndexAndType(index: String, `type`: String) extends IndexLike

Models exactly one index associated with exactly one type.

Companion:
object
Deprecated
trait Serializable
trait Product
trait Equals
trait IndexLike
class Object
trait Matchable
class Any

Value members

Deprecated methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
IndexesLike
override def values: Seq[String]
Definition Classes
Inherited from:
IndexLike