Click or drag to resize

CollectionKeyOptionsType Property

Apecifies the type of the key generator. The currently available generators are traditional, autoincrement, uuid and padded.

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Type { get; set; }

Property Value

Type: String
See Also