Specifies whether files will be compressed before they are sent to the IBM® Tivoli® Storage Manager (TSM) server (true) or not (false). This property corresponds to the COMPression option in a TSM options file.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property TSMCompressionFlag As Nullable(Of Boolean)
C#
Nullable<bool> TSMCompressionFlag { get; set; }
Visual C++
property Nullable<bool> TSMCompressionFlag {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_tsmCompressionFlag();
function set_tsmCompressionFlag(value);

ToggleRemarks

ToggleSee Also