Compresses a binary value using the given compression type.
function (optional
binary
as nullable any,compressionType
as number) as nullable any
Compresses a binary value using the given compression type. The result of this call is a compressed copy of the input. Compression types include:
Binary
Compress the binary value.
Binary.Compress(Binary.FromList(List.Repeat({10}, 1000)), Compression.Deflate)