API Reference
Class
CtLogIngestionBatch
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
public CtLogIngestionBatch() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.