PostAqlFunctionBodyIsDeterministic Property |
An optional boolean value to indicate 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).
This attribute is currently not used
but may be used later for optimizations.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsDeterministic { get; set; }
Public Property IsDeterministic As Boolean?
Get
Set
public:
property Nullable<bool> IsDeterministic {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsDeterministic : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also