API Reference
CtIngestionWorkloadEstimate
Represents a provider-specific certificate transparency workload estimate.
Inheritance
- Object
- CtIngestionWorkloadEstimate
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
- Method CtIngestionPlanner.EstimateWorkload
- Property CtProviderWorkPlan.Estimate
Constructors
public CtIngestionWorkloadEstimate() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String ProviderId { get; set; } #Provider identifier used for the estimate.
public Boolean ProviderSupportsWorkload { get; set; } #True when the provider advertises the capabilities requested by the workload.
public Int32 EstimatedRequestCount { get; set; } #Total estimated request count for the provider.
public Int32 EstimatedDomainRequests { get; set; } #Estimated domain-level provider requests.
public Int32 EstimatedHostRequests { get; set; } #Estimated exact-host provider requests.
public Int32 EstimatedHydrationRequests { get; set; } #Estimated follow-up certificate hydration provider requests.
public Boolean IsRequestCountSaturated { get; set; } #True when estimated request counts were capped at MaxValue.
public CtProviderCapacityEstimate Capacity { get; set; } #Provider capacity estimate for the total request count.
public CtProviderCapacityEstimate DomainCapacity { get; set; } #Provider capacity estimate for domain-level expansion requests.
public CtProviderCapacityEstimate HostCapacity { get; set; } #Provider capacity estimate for exact-host requests.
public CtProviderCapacityEstimate HydrationCapacity { get; set; } #Provider capacity estimate for follow-up certificate hydration requests.
public String Note { get; set; } #Human-readable planning note.