API Reference
Class
Options (GpoFilesService)
Options controlling scanning behavior.
Inheritance
- Object
- Options
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method GpoFilesService.GetFiles
Constructors
public Options() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.