IndexesAndTypes

case class IndexesAndTypes(indexes: Seq[String], types: Seq[String]) extends IndexesLike

Models one or more indexes associated with zero or more types.

So for example,

  • index1
  • index1/index2
  • index1/type1
  • index1/type1,type2
  • index1,index2/type1
  • index1,index2/type1,type2
Companion:
object
Deprecated
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def values: Seq[String]
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
IndexesLike