Using FSRM
The File Server Resource Manager (FSRM) API is used to limit the size of a given directory using directory quotas, restrict the type of data that can be stored under a given directory using file screens, and generate storage reports that administrators can use to analyze storage utilization. You can manage storage on a local or remote server.
In this section
-
Enumerating FSRM classification properties is easily done using the FsrmClassificationManager object.
-
This sample demonstrates using FSRM to classify multiple files at once. This approach is much faster when dealing with many files, compared to setting the properties using an API call for each file.
-
You can create extensibility modules that plug into the File Classification Infrastructure pipeline to extend the methods in which files are classified and how their classification properties can be retrieved and persisted.
-
A file screen restricts the types of files that the system or any user can store in a specific directory and its subdirectories.
-
A quota limits the amount of data that the system or any user can store in a directory.
-
You can generate reports that can help administrators to better understand how storage is utilized in the specified directories.