Click or drag to resize
EfficientStorageManager Constructor
Initializes a new instance of the EfficientStorageManager class.

Namespace: Activsoft.Storage
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public EfficientStorageManager(
	string directoryPath,
	int nbLevel,
	int nbMaxPerLevel
)

Parameters

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