Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Please use Fake.IO.Zip instead and extend it via Pull Request if required
CompressionLevel
Provides validation of comression levels used for the zip and gzip compression algorithms.
Nested types and modules
Type | Description |
T |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Defines the compression level type. |
Functions and values
Function or value | Description |
create(level)
Signature: level:int -> T
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Constructs a |
Default
Signature: T
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required The default compression level. |
value(arg1)
Signature: T -> int
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Retrieves the numeric compression level. |