API Reference
Class
FileProbe
Represents a per-DC probe result for a single SYSVOL-relative path.
Inheritance
- Object
- FileProbe
Constructors
public FileProbe(String server, String fullPath, Boolean exists, Nullable<Int64> length, Nullable<DateTime> lastWriteTimeUtc) #Initializes a new instance of the FileProbe record.
Parameters
- server System.String
- DNS host name of the domain controller.
- fullPath System.String
- Full UNC path that was probed.
- exists System.Boolean
- True when the file or directory exists.
- length System.Nullable{System.Int64}
- File length in bytes when available; null for missing or directories.
- lastWriteTimeUtc System.Nullable{System.DateTime}
- Last write time in UTC when available.
Methods
Inherited Methods
Properties
public String Server { get; set; } #DNS host name of the domain controller.
public String FullPath { get; set; } #Full UNC path that was probed.
public Boolean Exists { get; set; } #True when the file or directory exists.
public Nullable<Int64> Length { get; set; } #File length in bytes when available; null for missing or directories.
public Nullable<DateTime> LastWriteTimeUtc { get; set; } #Last write time in UTC when available.