Click or drag to resize

AqlFunctionResultIsDeterministic Property

Whether the function results are fully deterministic (function return value solely depends on the input value and return value is the same for repeated calls with same input).

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool IsDeterministic { get; set; }

Property Value

Type: Boolean
See Also