-
-
Notifications
You must be signed in to change notification settings - Fork 40
Data Compression
Robin Rodricks edited this page Sep 12, 2023
·
1 revision
Part of the Data Transformation suite of functions.
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)