API Reference
Class
NativeCtLogDiagnosticEntry
Structured native CT ingestion diagnostic captured alongside inventory snapshots.
Inheritance
- Object
- NativeCtLogDiagnosticEntry
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 NativeCtLogDiagnosticEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Scope { get; set; } #Gets or sets the scope value.
public Boolean IsRetired { get; set; } #Gets or sets the is retired value.
public String State { get; set; } #Gets or sets the state value.
public String LogUrl { get; set; } #Gets or sets the log url value.
public Nullable<Int64> TreeSize { get; set; } #Gets or sets the tree size value.
public Nullable<Int64> LastProcessedIndex { get; set; } #Gets or sets the last processed index value.
public Nullable<Int64> LagBefore { get; set; } #Gets or sets the lag before value.
public Nullable<Int64> LagAfter { get; set; } #Gets or sets the lag after value.
public Nullable<DateTimeOffset> CircuitOpenUntilUtc { get; set; } #Gets or sets the circuit open until utc value.
public String Failure { get; set; } #Gets or sets the failure value.