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

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>

objectCdcCaptureReporterCoordinationBreakdownEntry

IEquatable<CdcCaptureReporterCoordinationBreakdownEntry>

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

CdcCaptureReporterCoordinationBreakdownEntry(string, int)

Section titled “ CdcCaptureReporterCoordinationBreakdownEntry(string, int)”

Creates a new grouped reporter-coordination bucket.

public CdcCaptureReporterCoordinationBreakdownEntry(string id, int count)

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.

Gets the number of CDC captures currently reporting the bucket.

public int Count { get; }

int

Gets the stable reporter-coordination identifier carried by the bucket.

public string Id { get; }

string