- Preparing search index...
- The search index is not available
arangojs
Type alias CollectionEdgesResult<T>
Collection
Edges
Result
<T>: { edges
: Edge<T>[]; stats
: { filtered
: number; scannedIndex
: number; }; }
Type Parameters
-
T extends Record<string, any> = any
Type declaration
-
edges: Edge<T>[]
-
stats: {
filtered: number;
scannedIndex: number;
}
-
filtered: number
-
scannedIndex: number
Result of retrieving edges in a collection.