Click or drag to resize

CachedAqlQueryResultResults Property

The number of documents/rows in the query result

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

Property Value

Type: NullableInt32
See Also