CachedAqlQueryResultSize Property |
The size of the query result and bind parameters, in bytes
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Size { get; set; }
Public Property Size As Integer?
Get
Set
public:
property Nullable<int> Size {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Size : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also