ConnectionCompressionLevel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the CompressionLevel setting of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int CompressionLevel { get; set; }
Public Property CompressionLevel As Integer
Get
Set
public:
virtual property int CompressionLevel {
int get () sealed;
void set (int value) sealed;
}
function get_CompressionLevel();
function set_CompressionLevel(value);
Property Value
Type:
Int32The CompressionLevel setting of this connection
Return Value
Type:
Int32The CompressionLevel setting of this connection
Remarks See Also