ReplResultFlowDiagnostic
Describes a result-flow paging diagnostic event.
- Kind:
Class - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/ResultFlow/ReplResultFlowDiagnostic.cs
Signature
Section titled “Signature”public sealed record ReplResultFlowDiagnostic : IEquatable<ReplResultFlowDiagnostic>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplResultFlowDiagnostic>
Constructors
Section titled “Constructors”ReplResultFlowDiagnostic(ReplResultFlowDiagnosticKind, string?, int, int?, Exception?)
Section titled “ReplResultFlowDiagnostic(ReplResultFlowDiagnosticKind, string?, int, int?, Exception?)”Describes a result-flow paging diagnostic event.
public ReplResultFlowDiagnostic(ReplResultFlowDiagnosticKind Kind, string? Cursor, int PageSize, int? ItemCount = null, Exception? Exception = null)Parameters
Section titled “Parameters”Kind(ReplResultFlowDiagnosticKind)Cursor(string)PageSize(int)ItemCount(int?)Exception(Exception)
Properties
Section titled “Properties”Cursor
Section titled “Cursor”public string? Cursor { get; init; }Returns
Section titled “Returns”Exception
Section titled “Exception”public Exception? Exception { get; init; }Returns
Section titled “Returns”ItemCount
Section titled “ItemCount”public int? ItemCount { get; init; }Returns
Section titled “Returns”int?
public ReplResultFlowDiagnosticKind Kind { get; init; }Returns
Section titled “Returns”PageSize
Section titled “PageSize”public int PageSize { get; init; }