ImportSystemArgsiCompressionThreshold Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a value which indicates the compression threshold to use for this connection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int iCompressionThreshold { get; set; }
Public Property iCompressionThreshold As Integer
Get
Set
public:
virtual property int iCompressionThreshold {
int get () sealed;
void set (int value) sealed;
}
function get_iCompressionThreshold();
function set_iCompressionThreshold(value);
Property Value
Type:
Int32A property that contains a value which indicates the compression threshold to use for this connection.
Return Value
Type:
Int32A property that contains a value which indicates the compression threshold to use for this connection.
Remarks See Also