Class CompleteConfig
Inheritance
System.Object
CompleteConfig
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public class CompleteConfig : object
Constructors
|
Improve this Doc
View Source
CompleteConfig(SyncConfig)
Declaration
public CompleteConfig(SyncConfig sync)
Parameters
Properties
|
Improve this Doc
View Source
BackBlaze
Declaration
public B2Config BackBlaze { get; set; }
Property Value
|
Improve this Doc
View Source
Compression
Declaration
public CompressionConfig Compression { get; set; }
Property Value
|
Improve this Doc
View Source
Database
Declaration
public DatabaseConfig Database { get; set; }
Property Value
|
Improve this Doc
View Source
Logging
Declaration
public Log4NetConfig Logging { get; set; }
Property Value
|
Improve this Doc
View Source
Sync
Declaration
public SyncConfig Sync { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
FromString(String)
Declaration
public static CompleteConfig FromString(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Extension Methods