Class DatabaseTopologyOperationalSnapshot
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Combines the engine-owned operator-facing database-topology posture into one reusable payload.
public sealed class DatabaseTopologyOperationalSnapshotInheritance
Section titled “Inheritance”object ← DatabaseTopologyOperationalSnapshot
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”DatabaseTopologyOperationalSnapshot(DateTimeOffset, DatabaseTopologyOperationalSummary, IReadOnlyList<DatabaseTopologyOperationalAdvisory>?, DatabaseTopologyOperationalActionPlan?)
Section titled “ DatabaseTopologyOperationalSnapshot(DateTimeOffset, DatabaseTopologyOperationalSummary, IReadOnlyList<DatabaseTopologyOperationalAdvisory>?, DatabaseTopologyOperationalActionPlan?)”Creates a new database-topology operational snapshot.
public DatabaseTopologyOperationalSnapshot(DateTimeOffset generatedAtUtc, DatabaseTopologyOperationalSummary summary, IReadOnlyList<DatabaseTopologyOperationalAdvisory>? advisories = null, DatabaseTopologyOperationalActionPlan? actionPlan = null)Parameters
Section titled “Parameters”generatedAtUtc DateTimeOffset
The UTC timestamp when the snapshot was created.
summary DatabaseTopologyOperationalSummary
The aggregate operator-facing topology summary.
advisories IReadOnlyList<DatabaseTopologyOperationalAdvisory>?
The reusable operator-facing advisories derived from the current topology state.
actionPlan DatabaseTopologyOperationalActionPlan?
The ordered engine-owned operator action plan derived from the current topology state.
Properties
Section titled “Properties”ActionPlan
Section titled “ ActionPlan”Gets the ordered engine-owned operator action plan derived from the current topology state.
public DatabaseTopologyOperationalActionPlan ActionPlan { get; }Property Value
Section titled “Property Value”DatabaseTopologyOperationalActionPlan
Advisories
Section titled “ Advisories”Gets the reusable operator-facing advisories derived from the current topology state.
public IReadOnlyList<DatabaseTopologyOperationalAdvisory> Advisories { get; }Property Value
Section titled “Property Value”IReadOnlyList<DatabaseTopologyOperationalAdvisory>
GeneratedAtUtc
Section titled “ GeneratedAtUtc”Gets the UTC timestamp when the snapshot was created.
public DateTimeOffset GeneratedAtUtc { get; }Property Value
Section titled “Property Value”Summary
Section titled “ Summary”Gets the aggregate operator-facing topology summary.
public DatabaseTopologyOperationalSummary Summary { get; }