API Reference
Class
Options (GpoFilesService)
Options controlling scanning behavior.
Inheritance
- Object
- Options
Constructors
public Options() #Inherited Methods
Properties
public IReadOnlyList<ScanType> Types { get; set; } #Scan types to include. Default is All.
public Int32 ScanCapPerRoot { get; set; } #Maximum number of filesystem entries (directories + files) to scan per root.
public Int32 MaxRowsPerDomain { get; set; } #Maximum number of rows to emit per domain.
public FileHashAlgorithm HashAlgorithm { get; set; } #Optional checksum algorithm.