Class FileSystemCollector
Collects Filesystem Data from the local file system.
Inheritance
System.Object
FileSystemCollector
Assembly: AsaLib.dll
Syntax
public class FileSystemCollector : BaseCollector, IPlatformRunnable
Constructors
|
Improve this Doc
View Source
FileSystemCollector(CollectorOptions, Nullable<Action<CollectObject>>)
Declaration
public FileSystemCollector(CollectorOptions opts = null, Action<CollectObject>? changeHandler = null)
Parameters
Properties
|
Improve this Doc
View Source
ClusterSizes
Declaration
public static ConcurrentDictionary<string, uint> ClusterSizes { get; set; }
Property Value
| Type |
Description |
| ConcurrentDictionary<System.String, System.UInt32> |
|
|
Improve this Doc
View Source
Roots
Declaration
public List<string> Roots { get; }
Property Value
| Type |
Description |
| List<System.String> |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
|
Improve this Doc
View Source
FilePathToFileSystemObject(String)
Converts a FileSystemInfo into a FileSystemObject by reading in data about the file
Declaration
public FileSystemObject FilePathToFileSystemObject(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
Implements