Click or drag to resize

PutCursorResponseTResult Property

A list of documents for the current batch.

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IEnumerable<T> Result { get; set; }

Property Value

Type: IEnumerableT

Implements

ICursorResponseTResult
See Also