The path to the directory to use for the server-side SPARQL query disk cache

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static string QueryCacheDirectory { get; set; }
Visual Basic
Public Shared Property QueryCacheDirectory As String
	Get
	Set
Visual C++
public:
static property String^ QueryCacheDirectory {
	String^ get ();
	void set (String^ value);
}
F#
static member QueryCacheDirectory : string with get, set

Property Value

Type: String

See Also