Skip to content

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 TenantDomainOwnershipProofPollingMetadataKeys

objectTenantDomainOwnershipProofPollingMetadataKeys

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Metadata key containing the automatic background proof polling ownership mode.

public const string BackgroundProofPollingOwnership = "backgroundProofPollingOwnership"

string

Metadata key containing the effective batch limit used by the polling pass.

public const string BatchLimit = "batchLimit"

string

Metadata key containing the number of declarations that matched the request filters before batch limiting.

public const string CandidateCount = "candidateCount"

string

Metadata key containing the on-demand external proof polling ownership mode.

public const string ExternalProofPollingOwnership = "externalProofPollingOwnership"

string

Metadata key containing the number of polling attempts that did not reach an accepted terminal outcome.

public const string FailedCount = "failedCount"

string

Metadata key containing the latest proof polling actor.

public const string LastProofPollingActor = "lastProofPollingActor"

string

Metadata key containing the latest proof polling correlation identifier.

public const string LastProofPollingCorrelationId = "lastProofPollingCorrelationId"

string

Metadata key containing the latest proof polling outcome.

public const string LastProofPollingOutcome = "lastProofPollingOutcome"

string

Metadata key containing the latest proof polling timestamp.

public const string LastProofPollingRanAtUtc = "lastProofPollingRanAtUtc"

string

Metadata key containing the latest proof polling source.

public const string LastProofPollingSource = "lastProofPollingSource"

string

Metadata key containing the proof polling runner ownership mode.

public const string ProofPollingRunnerOwnership = "proofPollingRunnerOwnership"

string

Metadata key containing the number of declarations rejected during the polling pass.

public const string RejectedCount = "rejectedCount"

string

Metadata key containing the number of declarations skipped by filters, missing expected proof policy, or batch limits.

public const string SkippedCount = "skippedCount"

string

Metadata key containing the number of proof verification attempts run during the polling pass.

public const string VerificationCount = "verificationCount"

string

Metadata key containing the number of declarations verified during the polling pass.

public const string VerifiedCount = "verifiedCount"

string