Class TenantDomainOwnershipProofPollingMetadataKeys
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable metadata keys emitted by tenant-domain ownership proof polling.
public static class TenantDomainOwnershipProofPollingMetadataKeysInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofPollingMetadataKeys
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”BackgroundProofPollingOwnership
Section titled “ BackgroundProofPollingOwnership”Metadata key containing the automatic background proof polling ownership mode.
public const string BackgroundProofPollingOwnership = "backgroundProofPollingOwnership"Field Value
Section titled “Field Value”BatchLimit
Section titled “ BatchLimit”Metadata key containing the effective batch limit used by the polling pass.
public const string BatchLimit = "batchLimit"Field Value
Section titled “Field Value”CandidateCount
Section titled “ CandidateCount”Metadata key containing the number of declarations that matched the request filters before batch limiting.
public const string CandidateCount = "candidateCount"Field Value
Section titled “Field Value”ExternalProofPollingOwnership
Section titled “ ExternalProofPollingOwnership”Metadata key containing the on-demand external proof polling ownership mode.
public const string ExternalProofPollingOwnership = "externalProofPollingOwnership"Field Value
Section titled “Field Value”FailedCount
Section titled “ FailedCount”Metadata key containing the number of polling attempts that did not reach an accepted terminal outcome.
public const string FailedCount = "failedCount"Field Value
Section titled “Field Value”LastProofPollingActor
Section titled “ LastProofPollingActor”Metadata key containing the latest proof polling actor.
public const string LastProofPollingActor = "lastProofPollingActor"Field Value
Section titled “Field Value”LastProofPollingCorrelationId
Section titled “ LastProofPollingCorrelationId”Metadata key containing the latest proof polling correlation identifier.
public const string LastProofPollingCorrelationId = "lastProofPollingCorrelationId"Field Value
Section titled “Field Value”LastProofPollingOutcome
Section titled “ LastProofPollingOutcome”Metadata key containing the latest proof polling outcome.
public const string LastProofPollingOutcome = "lastProofPollingOutcome"Field Value
Section titled “Field Value”LastProofPollingRanAtUtc
Section titled “ LastProofPollingRanAtUtc”Metadata key containing the latest proof polling timestamp.
public const string LastProofPollingRanAtUtc = "lastProofPollingRanAtUtc"Field Value
Section titled “Field Value”LastProofPollingSource
Section titled “ LastProofPollingSource”Metadata key containing the latest proof polling source.
public const string LastProofPollingSource = "lastProofPollingSource"Field Value
Section titled “Field Value”ProofPollingRunnerOwnership
Section titled “ ProofPollingRunnerOwnership”Metadata key containing the proof polling runner ownership mode.
public const string ProofPollingRunnerOwnership = "proofPollingRunnerOwnership"Field Value
Section titled “Field Value”RejectedCount
Section titled “ RejectedCount”Metadata key containing the number of declarations rejected during the polling pass.
public const string RejectedCount = "rejectedCount"Field Value
Section titled “Field Value”SkippedCount
Section titled “ SkippedCount”Metadata key containing the number of declarations skipped by filters, missing expected proof policy, or batch limits.
public const string SkippedCount = "skippedCount"Field Value
Section titled “Field Value”VerificationCount
Section titled “ VerificationCount”Metadata key containing the number of proof verification attempts run during the polling pass.
public const string VerificationCount = "verificationCount"Field Value
Section titled “Field Value”VerifiedCount
Section titled “ VerifiedCount”Metadata key containing the number of declarations verified during the polling pass.
public const string VerifiedCount = "verifiedCount"