Search Results for

    Show / Hide Table of Contents

    Interface IDeleteResponse

    A response for a possible Delete request message. It can be one of 3 possible cases:

    • DeleteSuccessReturned when data was deleted successfully.
    • ReplicationDeleteFailureReturned when delete operation ended with failure.
    • DataDeletedReturned when an operation attempted to delete already deleted data.
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    public interface IDeleteResponse : INoSerializationVerificationNeeded

    Properties

    | Edit this page View Source

    AlreadyDeleted

    Returns true if value for provided Key was already deleted.

    Declaration
    bool AlreadyDeleted { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsSuccessful

    Returns true if value for provided Key was either successfully deleted, or was deleted already.

    Declaration
    bool IsSuccessful { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Key

    Key, for which data was deleted.

    Declaration
    IKey Key { get; }
    Property Value
    Type Description
    IKey

    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