ArangoDBCollection

class ArangoDBCollection(val collection: ArangoCollectionAsync)
class Object
trait Matchable
class Any

Type members

Classlikes

object field
object index

Value members

Concrete methods

def create(options: CreateCollectionOptions): IO[CollectionInfo]
def drop(): IO[Unit]
def exists(): IO[Boolean]
def info(): IO[CollectionInfo]
def name: String

Concrete fields

val collection: ArangoCollectionAsync
lazy