Domain Detective

API Reference

Class

CtLogIngestionBatch

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents one fetched CT log batch.

Inheritance

  • Object
  • CtLogIngestionBatch

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

Properties

public String LogUrl { get; set; } #

Base CT log URL.

public Int64 TreeSize { get; set; } #

Tree size observed before fetching this batch.

public Int64 StartIndex { get; set; } #

Requested first entry index.

public Int64 EndIndex { get; set; } #

Requested last entry index.

public IReadOnlyList<CtLogIngestionEntry> Entries { get; set; } #

Decoded certificate entries.

public IReadOnlyList<String> Diagnostics { get; set; } #

Diagnostics for skipped or undecodable CT entries.

{{ include "footer" }}