Search Results for

    Show / Hide Table of Contents

    Class DataEnvelope

    TBD

    Inheritance
    object
    DataEnvelope
    Implements
    IEquatable<DataEnvelope>
    IReplicatorMessage
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.DistributedData.Internal
    Assembly: Akka.DistributedData.dll
    Syntax
    [Serializable]
    public sealed class DataEnvelope : IEquatable<DataEnvelope>, IReplicatorMessage

    Properties

    | Edit this page View Source

    Data

    TBD

    Declaration
    public IReplicatedData Data { get; }
    Property Value
    Type Description
    IReplicatedData
    | Edit this page View Source

    DeletedEnvelope

    TBD

    Declaration
    public static DataEnvelope DeletedEnvelope { get; }
    Property Value
    Type Description
    DataEnvelope
    | Edit this page View Source

    DeltaVersions

    Declaration
    public VersionVector DeltaVersions { get; }
    Property Value
    Type Description
    VersionVector
    | Edit this page View Source

    Pruning

    TBD

    Declaration
    public ImmutableDictionary<UniqueAddress, IPruningState> Pruning { get; }
    Property Value
    Type Description
    ImmutableDictionary<UniqueAddress, IPruningState>

    Methods

    | Edit this page View Source

    Equals(DataEnvelope)

    TBD

    Declaration
    public bool Equals(DataEnvelope other)
    Parameters
    Type Name Description
    DataEnvelope other

    TBD

    Returns
    Type Description
    bool

    TBD

    | Edit this page View Source

    Equals(object)

    TBD

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    TBD

    Returns
    Type Description
    bool

    TBD

    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    TBD

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    TBD

    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    IReplicatorMessage

    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