API Reference
ServerFeatureBenchmarkResult
Benchmark summary for server feature collection modes.
Inheritance
- Object
- ServerFeatureBenchmarkResult
Constructors
public ServerFeatureBenchmarkResult() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String ComputerName { get; set; } #Gets or sets the target computer name.
public DateTimeOffset CollectedAtUtc { get; set; } #Gets or sets benchmark capture timestamp (UTC).
public Int32 Iterations { get; set; } #Gets or sets the number of timed iterations per mode.
public TimeSpan Timeout { get; set; } #Gets or sets the query timeout used by each mode.
public Boolean IncludeFlatten { get; set; } #Gets or sets a value indicating whether flatten timing was included.
public Nullable<OsProductType> ProductType { get; set; } #Gets or sets the operating system product type hint for the target host.
public Nullable<DomainRole> DomainRole { get; set; } #Gets or sets the computer system domain role hint for the target host.
public Nullable<Boolean> PartOfDomain { get; set; } #Gets or sets a value indicating whether the target host reports domain membership.
public String HostRoleHint { get; set; } #Gets or sets a human-readable host role hint derived from product type/domain role metadata.
public ServerFeatureBenchmarkModeResult WmiFastMode { get; set; } #Gets or sets metrics for WMI fast mode (includeAvailable = false).
public ServerFeatureBenchmarkModeResult CatalogMode { get; set; } #Gets or sets metrics for catalog parity mode (includeAvailable = true).