Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.CompressionAlgorithmPriorities

TElSSHBaseClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies priorities of different compression algorithms.

Declaration

[C#]
    int CompressionAlgorithmPriorities[short Index];

[VB.NET]
    Property CompressionAlgorithmPriorities(ByVal Index As Short) As Integer

[Pascal]
    property CompressionAlgorithmPriorities[Index : TSSHCompressionAlgorithm] : integer;

[C++]
    int32_t get_CompressionAlgorithmPriorities(uint8_t Index);
    void set_CompressionAlgorithmPriorities(uint8_t Index, int32_t Value);

[PHP]
    integer get_CompressionAlgorithmPriorities(integer $Index)
    void set_CompressionAlgorithmPriorities(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - the index of the desired compression algorithm.
  • Value - the desired priority value.

Values

Description

Use this property to get or set priority values of different compression algorithms. The higher is this value, the more preferred is the algorithm.

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum