FiguresResultReadcache Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public ReadCache Readcache { get; set; }
Public Property Readcache As ReadCache
Get
Set
public:
property ReadCache^ Readcache {
ReadCache^ get ();
void set (ReadCache^ value);
}
member Readcache : ReadCache with get, set
Property Value
Type:
ReadCacheSee Also