Search Results for

    Show / Hide Table of Contents

    Struct PersistenceHealthCheckResult

    Results from a health check.

    Implements
    IEquatable<PersistenceHealthCheckResult>
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Persistence
    Assembly: Akka.Persistence.dll
    Syntax
    public readonly record struct PersistenceHealthCheckResult : IEquatable<PersistenceHealthCheckResult>

    Constructors

    | Edit this page View Source

    PersistenceHealthCheckResult(PersistenceHealthStatus, string?, Exception?, IReadOnlyDictionary<string, object>?)

    Results from a health check.

    Declaration
    public PersistenceHealthCheckResult(PersistenceHealthStatus Status, string? Description = null, Exception? Exception = null, IReadOnlyDictionary<string, object>? Data = null)
    Parameters
    Type Name Description
    PersistenceHealthStatus Status
    string Description
    Exception Exception
    IReadOnlyDictionary<string, object> Data

    Properties

    | Edit this page View Source

    Data

    Declaration
    public IReadOnlyDictionary<string, object>? Data { get; init; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    Description

    Declaration
    public string? Description { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Exception

    Declaration
    public Exception? Exception { get; init; }
    Property Value
    Type Description
    Exception
    | Edit this page View Source

    Status

    Declaration
    public PersistenceHealthStatus Status { get; init; }
    Property Value
    Type Description
    PersistenceHealthStatus

    Implements

    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET