Search Results for

    Show / Hide Table of Contents

    Enum PersistenceHealthStatus

    Used by SnapshotStore and Journal to indicate the health status of the underlying storage.

    Namespace: Akka.Persistence
    Assembly: Akka.Persistence.dll
    Syntax
    public enum PersistenceHealthStatus

    Fields

    Name Description
    Degraded

    Akka.Persistence is experiencing some issues that should be recoverable.

    Healthy

    Akka.Persistence is working as expected.

    Unhealthy

    Akka.Persistence has experienced a fatal error.

    Extension Methods

    ObjectExtensions.IsDefaultForType<PersistenceHealthStatus>(PersistenceHealthStatus)
    ObjectExtensions.AsOption<PersistenceHealthStatus>(PersistenceHealthStatus)
    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