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