KrakenOptimizerSettings Class

Summary

The settings to use with when calling Kraken
graph BT Type-->Base0["BaseOptimizerSettings"] click Base0 "/api/Cake.ImageOptimizer/BaseOptimizerSettings" Base0-->Base1["Object"] Type["KrakenOptimizerSettings"] class Type type-node

Syntax

public class KrakenOptimizerSettings : BaseOptimizerSettings

Constructors

Properties

Name Value Summary
ApiKey string
Gets or sets the API Key
FileSize int
Gets or sets the maximum file size to optimize.
Inherited from BaseOptimizerSettings
Lossy bool
Gets or sets weather to use lossless image compression
Quality int
Gets or sets the quality of JPEG compression
SecretKey string
Gets or sets the API Secret Key
Timeout int
Gets or sets the maximum timespan for the request.
Inherited from BaseOptimizerSettings

Extension Methods

Name Value Summary
Dump<KrakenOptimizerSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<KrakenOptimizerSettings>(KrakenOptimizerSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<KrakenOptimizerSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<KrakenOptimizerSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<KrakenOptimizerSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<KrakenOptimizerSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin