Domain Detective

API Reference

Class

CertificateInventoryNativeCtDiagnosticsQuery

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Query options for native CT ingestion diagnostics persisted with inventory snapshots.

Inheritance

  • Object
  • CertificateInventoryNativeCtDiagnosticsQuery

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public CertificateInventoryNativeCtDiagnosticsQuery() #

Properties

public Nullable<DateTimeOffset> SinceUtc { get; set; } #

Only include snapshots captured since this UTC date/time.

public Nullable<DateTimeOffset> UntilUtc { get; set; } #

Only include snapshots captured up to this UTC date/time.

public Boolean LatestSnapshotOnly { get; set; } #

Only evaluate the latest snapshot after date filtering.

public List<String> States { get; } #

Optional state filter(s): Succeeded, Failed, CircuitOpen.

public String LogUrlContains { get; set; } #

Optional contains filter applied to diagnostic log URL.

public String ScopeContains { get; set; } #

Optional contains filter applied to diagnostic scope.

public Boolean CircuitOpenOnly { get; set; } #

When true, only diagnostics currently marked as circuit open are returned.

public Boolean FailureOnly { get; set; } #

When true, only diagnostics with non-empty failure messages are returned.

public Nullable<Int64> LagBeforeMin { get; set; } #

Optional minimum LagBefore value.

public Nullable<Int64> LagBeforeMax { get; set; } #

Optional maximum LagBefore value.

public Nullable<Int64> LagAfterMin { get; set; } #

Optional minimum LagAfter value.

public Nullable<Int64> LagAfterMax { get; set; } #

Optional maximum LagAfter value.

public Int32 MaxResults { get; set; } #

Maximum number of matched rows returned in Entries.

{{ include "footer" }}