Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 933 Bytes

devenv-compressed-property.md

File metadata and controls

38 lines (28 loc) · 933 Bytes
title description ms.author ms.date ms.topic author ms.reviewer
Compressed Property
Sets a value that specifies whether a BLOB is compressed.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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