TestimoX

API Reference

Class

Options (GpoFilesService)

Namespace ADPlayground.Gpo.GpoFilesService
Assembly ADPlayground
Modifiers sealed

Options controlling scanning behavior.

Inheritance

  • Object
  • Options

Constructors

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.