Class LWWDictionaryKey<TKey, TValue>
Typed key used to store LWWDictionary<TKey, TValue> replica inside current Akka.DistributedData.Replicator key-value store.
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class LWWDictionaryKey<TKey, TValue> : Key<LWWDictionary<TKey, TValue>>, IKey<LWWDictionary<TKey, TValue>>, IKey, IReplicatedDataSerialization
Type Parameters
| Name | Description |
|---|---|
| TKey | Type of a key used by corresponding LWWDictionary<TKey, TValue>. |
| TValue | Type of a value used by corresponding LWWDictionary<TKey, TValue>. |
Constructors
| Edit this page View SourceLWWDictionaryKey(string)
Creates a new instance of a LWWDictionaryKey<TKey, TValue> with provided key identifier.
Declaration
public LWWDictionaryKey(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Identifier used to find corresponding LWWDictionary<TKey, TValue>. |
Properties
| Edit this page View SourceKeyType
Declaration
public Type KeyType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
ValueType
Declaration
public Type ValueType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Edit this page