TestimoX

API Reference

Class

AdmxProviderFileIdentityIndex

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Generated file identity index for a provider cache root.

Inheritance

  • Object
  • AdmxProviderFileIdentityIndex

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdmxProviderFileIdentityIndex() #

Properties

public Int32 SchemaVersion { get; set; } #

Index schema version.

public String GeneratedAtUtc { get; set; } #

UTC timestamp when the index was built.

public String CacheRoot { get; set; } #

Provider cache root represented by this index.

public IReadOnlyList<AdmxProviderReleaseIdentity> Releases { get; set; } #

Release identities discovered from catalog history.

public IReadOnlyList<AdmxProviderFileIdentity> Files { get; set; } #

File identities discovered from cached PolicyDefinitions folders.

public IReadOnlyList<AdmxProviderFileHashMatch> Hashes { get; set; } #

Hash-to-file matches. One hash can appear in several provider releases.