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; }
Public Property Extra As CursorResponseExtra
Get
Set
public:
property CursorResponseExtra^ Extra {
CursorResponseExtra^ get ();
void set (CursorResponseExtra^ value);
}
member Extra : CursorResponseExtra with get, set
Property Value
Type:
CursorResponseExtraSee Also