Set this property to true to enable the use of virtual nodes in SPARQL queries. This an experimental option that may improve query performance.

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

Syntax

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

Property Value

Type: Boolean

See Also