Click or drag to resize

PutCursorResponseTHasMore 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
public bool HasMore { get; set; }

Property Value

Type: Boolean

Implements

ICursorResponseTHasMore
See Also