Skip to content

Data Compression

Robin Rodricks edited this page Sep 12, 2023 · 1 revision

Part of the Data Transformation suite of functions.

Gzip Compression

To create the sink, call extension method WithGzipCompression and optionally pass a compression level which defaults to Optimal:

IBlobStorage storage = StorageFactory.Blobs
   .XXX()
   .WithGzipCompression(CompressionLevel compressionLevel = CompressionLevel.Optimal)