Class FlagKey
A typed key for Flag 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 FlagKey : Key<Flag>, IKey<Flag>, IKey, IReplicatedDataSerialization
Constructors
| Improve this Doc View SourceFlagKey(String)
Creates a new instance of FlagKey class.
Declaration
public FlagKey(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | TBD |