TestimoX

API Reference

Class

Options (GpoFilesService)

Namespace ADPlayground.Gpo.GpoFilesService
Assembly ADPlayground
Modifiers sealed

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

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.