API Reference
Class
CtIngestionWorkloadRequest
Describes an estimated certificate transparency workload for provider planning.
Inheritance
- Object
- CtIngestionWorkloadRequest
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
Accepted by parameters
Constructors
public CtIngestionWorkloadRequest() #Methods
public CtIngestionWorkloadRequest Normalize() #Returns:
CtIngestionWorkloadRequestReturns a normalized copy of this workload request.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 DomainCount { get; set; } #Number of root domains included in the workload.
public Int32 HostCount { get; set; } #Number of exact hosts or assets included in the workload.
public CtIngestionOperation Operations { get; set; } #Operations requested by the workload.
public Boolean RequireFullCertificate { get; set; } #Whether the workload requires full DER or PEM certificate material.
public Int32 RequestsPerDomain { get; set; } #Estimated provider requests per domain-level operation.
public Int32 RequestsPerHost { get; set; } #Estimated provider requests per exact-host operation.
public Int32 HydrationRequestsPerCertificate { get; set; } #Estimated follow-up full certificate hydration requests per returned certificate.
public Int32 EstimatedCertificatesToHydrate { get; set; } #Estimated number of certificate rows that will need hydration.