QueryCacheGlobalPropertiesMaxResultsSize Property |
The maximum cumulated size of query results
that will be stored per database-specific cache.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? MaxResultsSize { get; set; }
Public Property MaxResultsSize As Integer?
Get
Set
public:
property Nullable<int> MaxResultsSize {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxResultsSize : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also