ServerlessIndexInfo

io.cequence.pineconescala.domain.response.ServerlessIndexInfo
case class ServerlessIndexInfo(name: String, metric: Metric, dimension: Int, status: ServerlessIndexStatus, host: String, spec: ServerlessIndexSpec) extends IndexInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexInfo
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def state: IndexStatus

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product