Click or drag to resize

PostExplainAqlQueryResponsePlanEstimatedNrItems Property

See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query

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

Property Value

Type: NullableInt32
See Also