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
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryIndex
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 bucketName: String
The name of the bucket the index is on.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def collectionName: Option[String]
If this is a collection-level index then this will be the collection's name, otherwise empty.
- val condition: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def indexKey: Seq[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrimary: Boolean
- def keyspaceId: String
If this is a collection-level index then this will be the collection's name, otherwise the bucket name.
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val partition: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def scopeName: Option[String]
If this is a collection-level index then this will be the collection's scope's name, otherwise empty.
- val state: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def typ: QueryIndexType
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated