Table of Contents

Property Quality

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

Quality

Gets the compression quality for a Brotli compression operation. By default, this property has no value. If no value is specified, the CompressionLevel is used instead [Available in .NET 9.0 and later only].

public int? Quality { get; }

Property Value

int?

Remarks

** NOTE: This property is only available in .NET 9.0 and later. **

The higher the quality, the slower the compression. The range is from 0 to 11.

See Also