Table of Contents

Class ZipOptions

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Controls ZIP archive creation.

public sealed record ZipOptions : IEquatable<ZipOptions>

Properties

CompressionLevel

The compression trade-off, or null to use the underlying implementation's default.

public CompressionLevel? CompressionLevel { get; init; }

Property Value

CompressionLevel?

Overwrite

Whether an existing destination archive may be replaced after creation succeeds.

public bool Overwrite { get; init; }

Property Value

bool