TestimoX

API Reference

Class

View (DomainControllerSmbSharePostureService)

Namespace ComputerX.FileSystem.DomainControllerSmbSharePostureService
Assembly ComputerX
Modifiers sealed

Aggregated domain-controller SMB share posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ComputerName { get; set; } #

Target computer name.

public String DomainName { get; set; } #

Target domain DNS name when supplied.

public Int32 RequiredShareCount { get; set; } #

Total required shares evaluated.

public Int32 PresentShareCount { get; set; } #

Total required shares that exist.

public Int32 MissingShareCount { get; set; } #

Total required shares that are missing.

public Int32 PathMismatchCount { get; set; } #

Total required shares whose path does not match the expected baseline.

public Int32 HealthyShareCount { get; set; } #

Total required shares considered healthy.

public IReadOnlyList<Item> Items { get; set; } #

Per-share posture items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.