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; }
Public Property HasMore As Boolean
Get
Set
public:
virtual property bool HasMore {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasMore : bool with get, set
override HasMore : bool with get, set
Property Value
Type:
BooleanImplements
ICursorResponseTHasMoreSee Also