CollectionType Enumeration |
ArangoDB collection type.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public enum CollectionType
Public Enumeration CollectionType
public enum class CollectionType
Members
| Member name | Value | Description |
---|
| Document | 2 |
Document collection type.
|
| Edge | 3 |
Edge collection type.
|
See Also