BrotliCompressionOptions.Quality 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Brotli 壓縮數據流的壓縮品質。
public:
property int Quality { int get(); void set(int value); };
public int Quality { get; set; }
member this.Quality : int with get, set
Public Property Quality As Integer
屬性值
Brotli 壓縮數據流的壓縮品質。 預設值為 4。
例外狀況
值小於 0 或大於 11。
備註
品質越高,壓縮速度就越慢。 範圍從 0 到 11。