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 TenantInvitationDeliveryStatusObservationRemediationHintDescriptorInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryStatusObservationRemediationHintDescriptor
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Remarks
Section titled “Remarks”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.
Constructors
Section titled “Constructors”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)Parameters
Section titled “Parameters”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.
Properties
Section titled “Properties”Action
Section titled “ Action”Gets the stable remediation action label.
public string Action { get; }Property Value
Section titled “Property Value”AttentionCategory
Section titled “ AttentionCategory”Gets the attention category that produced this hint.
public string AttentionCategory { get; }Property Value
Section titled “Property Value”Gets the number of matched observations in this hint bucket.
public int Count { get; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets the remediation guidance for this attention category.
public string Description { get; }Property Value
Section titled “Property Value”DisplayName
Section titled “ DisplayName”Gets the short operator-facing display name.
public string DisplayName { get; }Property Value
Section titled “Property Value”Filter
Section titled “ Filter”Gets a query-string filter that drills into the relevant observations.
public string Filter { get; }Property Value
Section titled “Property Value”LatestObservedAtUtc
Section titled “ LatestObservedAtUtc”Gets the latest observed timestamp in the hint bucket.
public DateTimeOffset LatestObservedAtUtc { get; }Property Value
Section titled “Property Value”LatestRecordedAtUtc
Section titled “ LatestRecordedAtUtc”Gets the latest recorded timestamp in the hint bucket.
public DateTimeOffset LatestRecordedAtUtc { get; }