PutAdjustQueryCacheGlobalPropertiesBodyProperties Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public QueryCacheGlobalProperties Properties { get; set; }
Public Property Properties As QueryCacheGlobalProperties
Get
Set
public:
property QueryCacheGlobalProperties^ Properties {
QueryCacheGlobalProperties^ get ();
void set (QueryCacheGlobalProperties^ value);
}
member Properties : QueryCacheGlobalProperties with get, set
Property Value
Type:
QueryCacheGlobalPropertiesSee Also