Skip to content

Class TenantInvitationDeliveryStatusObservationRemediationHintDescriptor

Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll

Describes deterministic operator remediation guidance for matched delivery status observations.

public sealed class TenantInvitationDeliveryStatusObservationRemediationHintDescriptor

objectTenantInvitationDeliveryStatusObservationRemediationHintDescriptor

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

The descriptor is an aggregate hint over normalized observations that already matched the read filters. It is guidance for an operator or host workflow, not an executed remediation, provider polling result, distributed inbox, or exactly-once delivery guarantee.

TenantInvitationDeliveryStatusObservationRemediationHintDescriptor(string, string, string, string, int, DateTimeOffset, DateTimeOffset, string)

Section titled “ TenantInvitationDeliveryStatusObservationRemediationHintDescriptor(string, string, string, string, int, DateTimeOffset, DateTimeOffset, string)”

Creates a tenant-invitation delivery status observation remediation hint descriptor.

public TenantInvitationDeliveryStatusObservationRemediationHintDescriptor(string attentionCategory, string action, string displayName, string description, int count, DateTimeOffset latestObservedAtUtc, DateTimeOffset latestRecordedAtUtc, string filter)

attentionCategory string

The attention category that produced this hint.

action string

The stable remediation action label.

displayName string

The short operator-facing display name.

description string

The remediation guidance for this attention category.

count int

The number of matched observations in this hint bucket.

latestObservedAtUtc DateTimeOffset

The latest observed timestamp in the hint bucket.

latestRecordedAtUtc DateTimeOffset

The latest recorded timestamp in the hint bucket.

filter string

A query-string filter that drills into the relevant observations.

Gets the stable remediation action label.

public string Action { get; }

string

Gets the attention category that produced this hint.

public string AttentionCategory { get; }

string

Gets the number of matched observations in this hint bucket.

public int Count { get; }

int

Gets the remediation guidance for this attention category.

public string Description { get; }

string

Gets the short operator-facing display name.

public string DisplayName { get; }

string

Gets a query-string filter that drills into the relevant observations.

public string Filter { get; }

string

Gets the latest observed timestamp in the hint bucket.

public DateTimeOffset LatestObservedAtUtc { get; }

DateTimeOffset

Gets the latest recorded timestamp in the hint bucket.

public DateTimeOffset LatestRecordedAtUtc { get; }

DateTimeOffset