PodBasedIndexDatabaseInfo

io.cequence.pineconescala.domain.response.PodBasedIndexDatabaseInfo
case class PodBasedIndexDatabaseInfo(name: String, metric: Metric, dimension: Int, pods: Int, replicas: Int, shards: Int, pod_type: Option[PodType])

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product