TestimoX

API Reference

Class

GroupGraphSnapshotPersistenceOptions

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Defines optional persisted snapshot behavior for GroupGraphSnapshot scenarios.

Inheritance

  • Object
  • GroupGraphSnapshotPersistenceOptions

Constructors

public GroupGraphSnapshotPersistenceOptions() #

Properties

public Boolean Enabled { get; set; } #

Gets a value indicating whether persisted snapshot read/write is enabled.

public String SnapshotFilePath { get; set; } #

Gets the snapshot file path used to load/store graph snapshots.

public TimeSpan MaxSnapshotAge { get; set; } #

Gets the maximum allowed age of a persisted snapshot before a rebuild is required.

public Boolean RefreshWhenDirectoryUsnChanges { get; set; } #

Gets a value indicating whether a changed directory USN should force a snapshot refresh.

public String DomainController { get; set; } #

Gets an optional domain controller hint used for RootDSE USN checks.