DryadLinqContextIntermediateDataCompressionScheme Property DryadLINQ documentation
Gets or sets the value specifying whether data passed between stages will be compressed.

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

public CompressionScheme IntermediateDataCompressionScheme { get; set; }

Property Value

Type: CompressionScheme
Remarks

The default is true.
See Also

Reference