Class CdcCaptureReporterCoordinationBreakdownEntry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes one grouped reporter-coordination bucket visible on an execution-runtime rollup.
public sealed record CdcCaptureReporterCoordinationBreakdownEntry : IEquatable<CdcCaptureReporterCoordinationBreakdownEntry>Inheritance
Section titled “Inheritance”object ← CdcCaptureReporterCoordinationBreakdownEntry
Implements
Section titled “Implements”IEquatable<CdcCaptureReporterCoordinationBreakdownEntry>
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”CdcCaptureReporterCoordinationBreakdownEntry(string, int)
Section titled “ CdcCaptureReporterCoordinationBreakdownEntry(string, int)”Creates a new grouped reporter-coordination bucket.
public CdcCaptureReporterCoordinationBreakdownEntry(string id, int count)Parameters
Section titled “Parameters”id string
The stable reporter-coordination identifier carried by the bucket, such as a coordination state or degraded reason.
count int
The number of CDC captures currently reporting the bucket.
Properties
Section titled “Properties”Gets the number of CDC captures currently reporting the bucket.
public int Count { get; }Property Value
Section titled “Property Value”Gets the stable reporter-coordination identifier carried by the bucket.
public string Id { get; }