DocumentCollection

class DocumentCollection[D <: Document[D]](val graph: Graph, val collection: ArangoDBCollection, val model: DocumentModel[D], `type`: CollectionType) extends WritableCollection[D]
trait Support
trait QueryPart
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def dbName: String
Definition Classes
override
def name: String
Definition Classes
override
def query(query: Query): Stream[IO, D]
Definition Classes

Inherited methods

Inherited from
WritableCollection
def drop(): IO[Unit]
Inherited from
WritableCollection
def exists(): IO[Boolean]
Inherited from
WritableCollection
def info(): IO[CollectionInfo]
Inherited from
WritableCollection
override
def toQueryPart: QueryPart
Definition Classes
Collection -> Support
Inherited from
Collection
Inherited from
WritableCollection

Concrete fields

val `type`: CollectionType
val model: DocumentModel[D]

Inherited fields