Class CompressionConfig
Configuration settings to use when compression has been enabled.
Inheritance
System.Object
CompressionConfig
Implements
Namespace: Cloud_ShareSync.Core.Configuration.Types
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public class CompressionConfig : object, ICloudShareSyncConfig
Properties
| Improve this Doc View SourceDependencyPath
Specify the path to the 7zip executable.
Declaration
public string DependencyPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceToString()
Returns the CompressionConfig as a json string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |