Class CellTrafficAutomationProviderMaterializationResult
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Describes one provider-managed materialization result for a cell traffic automation answer.
public sealed class CellTrafficAutomationProviderMaterializationResult : CellTrafficAutomationMaterializationResultInheritance
Section titled “Inheritance”object ← CellTrafficAutomationMaterializationResult ← CellTrafficAutomationProviderMaterializationResult
Inherited Members
Section titled “Inherited Members”CellTrafficAutomationMaterializationResult.State, CellTrafficAutomationMaterializationResult.ObservedAtUtc, CellTrafficAutomationMaterializationResult.Error, CellTrafficAutomationMaterializationResult.Metadata, CellTrafficAutomationMaterializationResult.Conditions, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CellTrafficAutomationProviderMaterializationResult(string, DateTimeOffset, string?, IReadOnlyDictionary<string, string>?, IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>?)
Section titled “ CellTrafficAutomationProviderMaterializationResult(string, DateTimeOffset, string?, IReadOnlyDictionary<string, string>?, IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>?)”Creates a provider-managed materialization result.
public CellTrafficAutomationProviderMaterializationResult(string state, DateTimeOffset observedAtUtc, string? error = null, IReadOnlyDictionary<string, string>? metadata = null, IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>? conditions = null)Parameters
Section titled “Parameters”state string
The stable provider-materialization state, such as applied or failed.
observedAtUtc DateTimeOffset
The UTC timestamp when the result was observed.
error string?
The operator-facing error summary when the materialization failed.
metadata IReadOnlyDictionary<string, string>?
Optional provider-facing metadata captured alongside the result.
conditions IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>?
Optional typed provider-materialization conditions captured alongside the result.