CollectionInfo

case class CollectionInfo(id: String, name: String, waitForSync: Boolean, isVolatile: Boolean, isSystem: Boolean, status: CollectionStatus, `type`: CollectionType, schema: CollectionSchema)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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