Class GCounterKey
A typed key for GCounter CRDT. Can be used to perform read/upsert/delete operations on correlated data type.
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class GCounterKey : Key<GCounter>, IKey<GCounter>, IKey, IReplicatedDataSerialization
Constructors
| Improve this Doc View SourceGCounterKey(String)
Creates a new instance of GCounterKey class.
Declaration
public GCounterKey(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | TBD |