Packages

case class QueryIndex(name: String, is_primary: Option[Boolean], using: Option[String], state: String, keyspace_id: String, index_key: Seq[String], condition: Option[String], partition: Option[String], bucket_id: Option[String], scope_id: Option[String]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryIndex
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QueryIndex(name: String, is_primary: Option[Boolean], using: Option[String], state: String, keyspace_id: String, index_key: Seq[String], condition: Option[String], partition: Option[String], bucket_id: Option[String], scope_id: Option[String])

Value Members

  1. def bucketName: String

    The name of the bucket the index is on.

  2. def collectionName: Option[String]

    If this is a collection-level index then this will be the collection's name, otherwise empty.

  3. val condition: Option[String]
  4. def indexKey: Seq[String]
  5. def isPrimary: Boolean
  6. def keyspaceId: String

    If this is a collection-level index then this will be the collection's name, otherwise the bucket name.

  7. val name: String
  8. val partition: Option[String]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def scopeName: Option[String]

    If this is a collection-level index then this will be the collection's scope's name, otherwise empty.

  11. val state: String
  12. def typ: QueryIndexType