Class DatabaseTopologyOperationalActionPlan
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the engine-owned ordered operator action plan for the current database-topology posture.
public sealed class DatabaseTopologyOperationalActionPlanInheritance
Section titled “Inheritance”object ← DatabaseTopologyOperationalActionPlan
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”DatabaseTopologyOperationalActionPlan(DateTimeOffset, IReadOnlyList<DatabaseTopologyOperationalAction>?)
Section titled “ DatabaseTopologyOperationalActionPlan(DateTimeOffset, IReadOnlyList<DatabaseTopologyOperationalAction>?)”Creates a new database-topology action plan.
public DatabaseTopologyOperationalActionPlan(DateTimeOffset generatedAtUtc, IReadOnlyList<DatabaseTopologyOperationalAction>? actions = null)Parameters
Section titled “Parameters”generatedAtUtc DateTimeOffset
The UTC timestamp when the plan was created.
actions IReadOnlyList<DatabaseTopologyOperationalAction>?
The ordered operator actions derived from the current topology posture.
Properties
Section titled “Properties”Actions
Section titled “ Actions”Gets the ordered operator actions derived from the current topology posture.
public IReadOnlyList<DatabaseTopologyOperationalAction> Actions { get; }Property Value
Section titled “Property Value”IReadOnlyList<DatabaseTopologyOperationalAction>
AttentionActionCount
Section titled “ AttentionActionCount”Gets the number of attention-level actions in the plan.
public int AttentionActionCount { get; }Property Value
Section titled “Property Value”BlockingActionCount
Section titled “ BlockingActionCount”Gets the number of blocking actions in the plan.
public int BlockingActionCount { get; }Property Value
Section titled “Property Value”GeneratedAtUtc
Section titled “ GeneratedAtUtc”Gets the UTC timestamp when the plan was created.
public DateTimeOffset GeneratedAtUtc { get; }Property Value
Section titled “Property Value”ReadyActionCount
Section titled “ ReadyActionCount”Gets the number of ready-state actions in the plan.
public int ReadyActionCount { get; }Property Value
Section titled “Property Value”TotalActionCount
Section titled “ TotalActionCount”Gets the total number of operator actions in the plan.
public int TotalActionCount { get; }