DryadLinqContextJobRuntimeLimit Property DryadLINQ documentation
Gets or sets the maximum execution time for the DryadLINQ job, in seconds.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public Nullable<int> JobRuntimeLimit { get; set; }

Property Value

Type: NullableInt32
Remarks

The default is null (no runtime limit).

See Also

Reference