Click or drag to resize

CollectionType Enumeration

ArangoDB collection type.

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public enum CollectionType
Members
  Member nameValueDescription
Document2 Document collection type.
Edge3 Edge collection type.
See Also