ข้ามไปยังเนื้อหา

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 DatabaseTopologyOperationalActionPlan

objectDatabaseTopologyOperationalActionPlan

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

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)

generatedAtUtc DateTimeOffset

The UTC timestamp when the plan was created.

actions IReadOnlyList<DatabaseTopologyOperationalAction>?

The ordered operator actions derived from the current topology posture.

Gets the ordered operator actions derived from the current topology posture.

public IReadOnlyList<DatabaseTopologyOperationalAction> Actions { get; }

IReadOnlyList<DatabaseTopologyOperationalAction>

Gets the number of attention-level actions in the plan.

public int AttentionActionCount { get; }

int

Gets the number of blocking actions in the plan.

public int BlockingActionCount { get; }

int

Gets the UTC timestamp when the plan was created.

public DateTimeOffset GeneratedAtUtc { get; }

DateTimeOffset

Gets the number of ready-state actions in the plan.

public int ReadyActionCount { get; }

int

Gets the total number of operator actions in the plan.

public int TotalActionCount { get; }

int