API Reference
Class
DirectoryEssentialsDomainSummary
Quick summary counters for a single domain.
Inheritance
- Object
- DirectoryEssentialsDomainSummary
Constructors
public DirectoryEssentialsDomainSummary() #Inherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name.
public Int64 AllObjects { get; set; } #Total objects count (approximate).
public Boolean AllObjectsCompleted { get; set; } #True when all objects count completed within time budget.
public Int64 Users { get; set; } #User objects count (approximate).
public Boolean UsersCompleted { get; set; } #True when user count completed within time budget.
public Int64 Computers { get; set; } #Computer objects count (approximate).
public Boolean ComputersCompleted { get; set; } #True when computer count completed within time budget.
public Int64 Groups { get; set; } #Group objects count (approximate).
public Boolean GroupsCompleted { get; set; } #True when group count completed within time budget.