API Reference
Class
CertificateInventoryNativeCtDiagnosticsHealthRow
Per-snapshot CT diagnostics health row.
Inheritance
- Object
- CertificateInventoryNativeCtDiagnosticsHealthRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CertificateInventoryNativeCtDiagnosticsHealthRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DateTimeOffset CapturedAtUtc { get; set; } #Gets or sets the captured at utc value.
public Int32 DiagnosticCount { get; set; } #Gets or sets the diagnostic count value.
public Int32 FailedCount { get; set; } #Gets or sets the failed count value.
public Int32 CircuitOpenCount { get; set; } #Gets or sets the circuit open count value.
public Nullable<Int64> HighestLagAfter { get; set; } #Gets or sets the highest lag after value.
public String Status { get; set; } #Gets or sets the status value.
public Boolean ThresholdBreached { get; set; } #Gets or sets the threshold breached value.
public List<String> Breaches { get; set; } #Gets or sets the breaches value.