Click or drag to resize

CursorResponseTHasMore Property

Whether there are more results available for the cursor on the server.

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