TestimoX

API Reference

Class

DirectoryGraphPartition

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Represents one domain partition result inside a directory graph snapshot scenario.

Inheritance

  • Object
  • DirectoryGraphPartition

Constructors

Properties

public String Domain { get; set; } #

Gets domain DNS name for this partition.

public Boolean Succeeded { get; set; } #

Gets a value indicating whether the partition completed successfully.

public String Diagnostic { get; set; } #

Gets optional diagnostic message for partial/failure partitions.

public Nullable<DateTimeOffset> SnapshotCreatedAtUtc { get; set; } #

Gets snapshot timestamp for the partition when successful.

public Int32 RootCount { get; set; } #

Gets number of root memberships in the partition.

public Int32 EntryCount { get; set; } #

Gets number of flattened entries in the partition.

public Int32 CrossDomainEntryCount { get; set; } #

Gets number of flattened entries marked as cross-domain.

public Int32 CrossForestEntryCount { get; set; } #

Gets number of flattened entries marked as cross-forest.

public Int32 FilteredCrossDomainEntryCount { get; set; } #

Gets number of cross-domain entries excluded by traversal policy.

public Int32 FilteredCrossForestEntryCount { get; set; } #

Gets number of cross-forest entries excluded by traversal policy.