Click or drag to resize

ICursorResponseTHasMore Property

Whether more results are available to fetch from the cursor. False if this was the last batch.

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
bool HasMore { get; set; }

Property Value

Type: Boolean
See Also