Compressed Property

Version: Available or changed with runtime version 1.0.

Sets a value that specifies whether a BLOB is compressed.

Applies to

  • Table Field

Property value

True if the BLOB is compressed, otherwise false. The default is true.

Syntax

Compressed = true;

Remarks

It must be applied on a field of the BLOB Data Type.

See Also

BLOB Data Type