API Reference
Class
DirectoryGraphSnapshot
Represents a merged directory graph snapshot composed from domain partitions.
Inheritance
- Object
- DirectoryGraphSnapshot
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 DirectoryGraphSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DateTimeOffset CreatedAtUtc { get; set; } #Gets snapshot creation timestamp in UTC.
public IReadOnlyList<String> Domains { get; set; } #Gets effective domains targeted by the scenario.
public IReadOnlyList<DirectoryGraphPartition> Partitions { get; set; } #Gets per-domain partition results, including partial diagnostics.
public IReadOnlyDictionary<String, GroupMembershipEntry> RootMemberships { get; set; } #Gets merged root memberships keyed by distinguished name.
public IReadOnlyDictionary<String, GroupMembershipEntry> FlattenedEntries { get; set; } #Gets merged flattened entries keyed by distinguished name.
public Boolean IsPartial { get; } #Gets a value indicating whether one or more partitions returned a diagnostic failure.