Click or drag to resize

CursorResponseTExtra Property

Optional object with extra information about the query result contained in its Stats sub-attribute. For data-modification queries, the sub-attribute will contain the number of modified documents and the number of documents that could not be modified due to an error (if ignoreErrors query option is specified).

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public CursorResponseExtra Extra { get; set; }

Property Value

Type: CursorResponseExtra
See Also