API Reference
Class
AdmxProviderFileIdentityIndex
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.
Returned or exposed by
Constructors
public AdmxProviderFileIdentityIndex() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.