Module: Arango::DocumentCollection

Defined in:
lib/arango/document_collection/base.rb,
lib/arango/document_collection/user.rb,
lib/arango/document_collection/mixin.rb,
lib/arango/document_collection/indexes.rb,
lib/arango/document_collection/documents.rb,
lib/arango/document_collection/importing.rb,
lib/arango/document_collection/replication.rb,
lib/arango/document_collection/class_methods.rb,
lib/arango/document_collection/instance_methods.rb

Overview

Arango DocumentCollection

Defined Under Namespace

Modules: ClassMethods, Documents, Importing, Indexes, InstanceMethods, Mixin, Replication, User Classes: Base

Constant Summary collapse

STATES =

do not sort, index is used

%i[unknown new_born unloaded loaded being_unloaded deleted loading]
TYPES =

do not sort, index is used

%i[unknown unknown document edge]