Gets or sets the maximum execution time for the DryadLINQ job, in seconds.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
public Nullable<int> JobRuntimeLimit { get; set; }public Nullable<int> JobRuntimeLimit { get; set; }Public Property JobRuntimeLimit As Nullable(Of Integer)
Get
Set
Public Property JobRuntimeLimit As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> JobRuntimeLimit {
Nullable<int> get ();
void set (Nullable<int> value);
}public:
property Nullable<int> JobRuntimeLimit {
Nullable<int> get ();
void set (Nullable<int> value);
}Property Value
Type:
Nullable Int32 The default is null (no runtime limit).