API Reference
CertificateInventoryNativeCtDiagnosticsQuery
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.
Accepted by parameters
Constructors
public CertificateInventoryNativeCtDiagnosticsQuery() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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.