Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFtpServerPersistenceLayer.cs
1using System.Threading.Tasks;
3
5{
10 {
16 Task<string> GetRootFolder(string UserName);
17
24 Task<long> GetMaxStorage(string UserName);
25 }
26}
Task< string > GetRootFolder(string UserName)
Gets the root folder of a user.
Task< long > GetMaxStorage(string UserName)
Gets the maximum storage allowed for a user.
Interface for XMPP Server persistence layers. The persistence layer should implement caching.