Domain Detective

API Reference

Class

NativeCtLogDiagnosticEntry

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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.

Constructors

public NativeCtLogDiagnosticEntry() #

Properties

public String Scope { get; set; } #

Gets or sets the scope value.

public Boolean SharedIngestion { get; set; } #

Gets or sets the shared ingestion 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.

{{ include "footer" }}