Forum Discussion
Decompress Brotli Data
- 4 years ago
It seems like the Compression.Brotli argument isn't even implemented. I can't get it to work with a test example from here, even when entered in the most basic form.
- 4 years ago
Hi lance_6 ,
Like I guessed, it only supports the two types which are introdcued in the document, here is the update from PG team:
This is working as documented, the only compression types supported are as documented. Using any other types throws the appropriate Invalid compression type.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It seems like the Compression.Brotli argument isn't even implemented. I can't get it to work with a test example from here, even when entered in the most basic form.
- lance_64 years agoHelper II
This is the same thing I found. Looks like although they have the `Compression.Brotli` function, they don't have it implemented and only accept the two options v-yingjl mentioned. Compression.GZip and Compression.Deflate
I'm not sure why they would have the functions and not allow for them to be used. Very frustrating, Microsoft being Microsoft.