Gets or sets the name of the compute node group when running on the cluster.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
public string NodeGroup { get; set; }public string NodeGroup { get; set; }Public Property NodeGroup As String
Get
Set
Public Property NodeGroup As String
Get
Set
public:
property String^ NodeGroup {
String^ get ();
void set (String^ value);
}public:
property String^ NodeGroup {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
Creation and management of nodes groups is performed using the Cluster Manager.
The default is null (no node group restriction).