Data Compression - robinrodricks/FluentStorage GitHub Wiki
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)