DataPA Enterprise Dashboard Controls API Reference
Gets and sets the CompressionLevel setting of this connection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CompressionLevel { get; set; }
Visual Basic
Public Property CompressionLevel As Integer
	Get
	Set
Visual C++
public:
virtual property int CompressionLevel {
	int get () sealed;
	void set (int value) sealed;
}

Property Value

Type: Int32
The CompressionLevel setting of this connection

Return Value

Type: Int32
The CompressionLevel setting of this connection

Remarks