Class SQLiteLockManagerOptions
Options for the SQLiteLockManager
Inherited Members
Namespace:FubarDev.WebDavServer.Locking.SQLite
Assembly:FubarDev.WebDavServer.Locking.SQLite.dll
Syntax
public class SQLiteLockManagerOptions : ILockManagerOptions
Properties
| Improve this Doc View SourceDatabaseFileName
Gets or sets the file name of the SQLite database
Declaration
public string DatabaseFileName { get; set; }
Property Value
Type | Description |
---|---|
String |
Rounding
Gets or sets the time rounding implementation
Declaration
public ILockTimeRounding Rounding { get; set; }
Property Value
Type | Description |
---|---|
ILockTimeRounding |