| EfficientStorageManager Class |
This class provides a simple way to distribute file storage across multiple directories when the accumulation of files would threaten to create hundreds of thousands of files in a single one.
Namespace: Activsoft.Storage
The EfficientStorageManager type exposes the following members.
| Name | Description | |
|---|---|---|
| EfficientStorageManager |
Initializes a new instance of the EfficientStorageManager class.
|
| Name | Description | |
|---|---|---|
| DeleteFile |
Deletes the file identified by id
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPath |
Gets the full path of this identifier.
| |
| GetRelativePath |
Gets the path of the identifier relative to the root directory.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StoreFile |
Stores the content of the stream at the given id.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |