CursorResponseExtraStats Property |
Various stats related to the query.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CursorResponseStats Stats { get; set; }
Public Property Stats As CursorResponseStats
Get
Set
public:
property CursorResponseStats^ Stats {
CursorResponseStats^ get ();
void set (CursorResponseStats^ value);
}
member Stats : CursorResponseStats with get, set
Property Value
Type:
CursorResponseStatsSee Also