Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
HttpFileUploadSettings.cs
1using System;
2
4{
9 {
13 public long MaxFileSize;
14
19
24
28 public TimeSpan FileLifetime;
29
33 public string FileFolder;
34
38 public string HttpFolder;
39
43 public string BackupFolder;
44
48 public string KeyFolder;
49
54
58 public string EncryptedStorageRoot;
59
63 public string PubSubStorageFolder;
64
68 public string PubSubStorageRoot;
69
74
80 public string InternalTransferRoot;
81 }
82}
int MaxBytesPerMinute
Maximum number of bytes allowed per client per minute.
string InternalTransferFolder
Folder where files for internal transfer are stored.
string PubSubStorageRoot
Web root Folder where pubsub files can be accessed.
string InternalTransferRoot
Web root Folder for protected files used for internal transfer. Used to generate URIs to identify the...
string HttpFolder
Folder where uploaded files are accessed through HTTP.
int MaxFilesPerMinute
Maximum number of files allowed per client per minute.
string EncryptedStorageRoot
Web root Folder where encrypted files can be accessed.
string BackupFolder
Folder where uploaded backup files reside.