Class TenantInvitationDeliveryStatusObservationQueryResult
Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll
Describes a bounded read of normalized tenant-invitation delivery status observations.
public sealed class TenantInvitationDeliveryStatusObservationQueryResultInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryStatusObservationQueryResult
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 result is an operator/audit view over
Constructors
Section titled “Constructors”TenantInvitationDeliveryStatusObservationQueryResult()
Section titled “ TenantInvitationDeliveryStatusObservationQueryResult()”Initializes a new instance of the
public TenantInvitationDeliveryStatusObservationQueryResult()Properties
Section titled “Properties”Filters
Section titled “ Filters”Gets the normalized filters applied to this read.
public IReadOnlyDictionary<string, string> Filters { get; init; }Property Value
Section titled “Property Value”IReadOnlyDictionary<string, string>
IsDurable
Section titled “ IsDurable”Gets a value indicating whether the underlying observation store survives process restarts.
public bool IsDurable { get; init; }Property Value
Section titled “Property Value”Gets the effective response limit used for this read.
public int Limit { get; init; }Property Value
Section titled “Property Value”MatchedCount
Section titled “ MatchedCount”Gets the number of observations that matched the supplied endpoint filters before the response limit was applied.
public int MatchedCount { get; init; }Property Value
Section titled “Property Value”Observations
Section titled “ Observations”Gets the normalized delivery status observations returned by this read.
public IReadOnlyList<TenantInvitationDeliveryStatusObservationDescriptor> Observations { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<TenantInvitationDeliveryStatusObservationDescriptor>
Ownership
Section titled “ Ownership”Gets the ownership mode reported by the underlying observation store.
public string Ownership { get; init; }Property Value
Section titled “Property Value”RemediationHintCount
Section titled “ RemediationHintCount”Gets the number of operator remediation hints derived from the filtered observations.
public int RemediationHintCount { get; init; }Property Value
Section titled “Property Value”RemediationHints
Section titled “ RemediationHints”Gets deterministic remediation guidance derived from the filtered observations before the response limit is applied.
public IReadOnlyList<TenantInvitationDeliveryStatusObservationRemediationHintDescriptor> RemediationHints { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<TenantInvitationDeliveryStatusObservationRemediationHintDescriptor>
ReturnedCount
Section titled “ ReturnedCount”Gets the number of observations included in this response after filtering and limiting.
public int ReturnedCount { get; init; }Property Value
Section titled “Property Value”StoreKind
Section titled “ StoreKind”Gets the observation store kind, such as in-memory or file.
public string StoreKind { get; init; }Property Value
Section titled “Property Value”Summaries
Section titled “ Summaries”Gets aggregate operator summaries derived from the filtered observations before the response limit is applied.
public IReadOnlyList<TenantInvitationDeliveryStatusObservationSummaryDescriptor> Summaries { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<TenantInvitationDeliveryStatusObservationSummaryDescriptor>
SummaryCount
Section titled “ SummaryCount”Gets the number of aggregate summary buckets derived from the filtered observations.
public int SummaryCount { get; init; }Property Value
Section titled “Property Value”TotalCount
Section titled “ TotalCount”Gets the number of observations in the store before endpoint filters are applied.
public int TotalCount { get; init; }