| EfficientStorageManager Constructor |
Namespace: Activsoft.StorageAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic EfficientStorageManager(
string directoryPath,
int nbLevel,
int nbMaxPerLevel
)
Public Sub New (
directoryPath As String,
nbLevel As Integer,
nbMaxPerLevel As Integer
)
public:
EfficientStorageManager(
String^ directoryPath,
int nbLevel,
int nbMaxPerLevel
)
new :
directoryPath : string *
nbLevel : int *
nbMaxPerLevel : int -> EfficientStorageManagerParameters
- directoryPath
- Type: SystemString
The root directory path. - nbLevel
- Type: SystemInt32
The number of subdirectories below the root directory. - nbMaxPerLevel
- Type: SystemInt32
The number of files per subdirectory.
See Also