batch

com.outr.arango.core.ArangoDBDocuments.batch
object batch

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
batch.type

Members list

Value members

Concrete methods

def apply(ids: List[Id[T]], failOnMissing: Boolean): IO[List[T]]
def delete(ids: List[Id[T]], options: DeleteOptions, transaction: StreamTransaction): IO[DeleteResults[T]]
def get(ids: List[Id[T]]): IO[List[Option[T]]]
def insert(docs: List[T], options: CreateOptions, transaction: StreamTransaction): IO[CreateResults[T]]
def upsert(docs: List[T], options: CreateOptions, transaction: StreamTransaction): IO[CreateResults[T]]