*/ interface collection { /** * Name of the collection in ArangoDB */ public const string COLLECTION = 'THIS_COLLECTION_SHOULD_NOT_EXIST'; /** * Type of the collection in ArangoDB */ public const type TYPE = type::document; }