Click or drag to resize

CollectionKeyOptionsIncrement Property

Increment value for autoincrement key generator. Not used for other key generator types.

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

Property Value

Type: Int64
See Also