Search Results for

    Show / Hide Table of Contents

    Class GCounterKey

    A typed key for GCounter CRDT. Can be used to perform read/upsert/delete operations on correlated data type.

    Inheritance
    object
    Key<GCounter>
    GCounterKey
    Implements
    IKey<GCounter>
    IKey
    IReplicatedDataSerialization
    Inherited Members
    Key<GCounter>.Id
    Key<GCounter>.Equals(IKey)
    Key<GCounter>.Equals(object)
    Key<GCounter>.GetHashCode()
    Key<GCounter>.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    [Serializable]
    public sealed class GCounterKey : Key<GCounter>, IKey<GCounter>, IKey, IReplicatedDataSerialization

    Constructors

    | Edit this page View Source

    GCounterKey(string)

    Creates a new instance of GCounterKey class.

    Declaration
    public GCounterKey(string id)
    Parameters
    Type Name Description
    string id

    TBD

    Implements

    IKey<T>
    IKey
    IReplicatedDataSerialization

    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