Enables or disables speculative duplication of vertices based on runtime performance analysis.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
public bool EnableSpeculativeDuplication { get; set; }public bool EnableSpeculativeDuplication { get; set; }Public Property EnableSpeculativeDuplication As Boolean
Get
Set
Public Property EnableSpeculativeDuplication As Boolean
Get
Set
public:
property bool EnableSpeculativeDuplication {
bool get ();
void set (bool value);
}public:
property bool EnableSpeculativeDuplication {
bool get ();
void set (bool value);
}Property Value
Type:
BooleanThe default is true.