True if the results store is using compressed temporary files, false otherwise.

Namespace:  RedGate.SQLDataCompare.Engine.ResultsStore
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Compressed As Boolean
C#
public bool Compressed { get; }
Visual C++
public:
property bool Compressed {
	bool get ();
}

See Also