PostExplainAqlQueryResponseCacheable Property |
Indicates whether the query results can be
cached on the server if the query result
cache were used.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Cacheable { get; set; }
Public Property Cacheable As Boolean?
Get
Set
public:
property Nullable<bool> Cacheable {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Cacheable : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also