QueryCacheGlobalPropertiesIncludeSystem Property |
Whether or not results of queries that involve
system collections will be stored in the query
results cache.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IncludeSystem { get; set; }
Public Property IncludeSystem As Boolean?
Get
Set
public:
property Nullable<bool> IncludeSystem {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IncludeSystem : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also