Click or drag to resize
Akka.NETKey<T> Class
Key for the key-value data in Replicator. The type of the data value is defined in the key. KeySet are compared equal if the `id` strings are equal, i.e. use unique identifiers. Specific classes are provided for the built in data types, e.g. ORSetKey<T>, and you can create your own keys.
Inheritance Hierarchy
System.Object
  Akka.DistributedData.Key<T>
    More...

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class Key<T> : IKey<T>, 
	IKey
where T : IReplicatedData

Type Parameters

T
TBD

The Key< T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyId
TBD
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(IKey)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Object.ToString().)
Top
Operators
  NameDescription
Public operatorStatic memberImplicit(Key<T> to String)
Performs an implicit conversion from Key< T> to String.
Top
Extension Methods
See Also
Inheritance Hierarchy
System.Object
  Akka.DistributedData.Key<T>
    Akka.DistributedData.FlagKey
    Akka.DistributedData.GCounterKey
    Akka.DistributedData.GSetKey<T>
    Akka.DistributedData.LWWDictionaryKey<TKey, TValue>
    Akka.DistributedData.LWWRegisterKey<T>
    Akka.DistributedData.ORDictionaryKey<TKey, TValue>
    Akka.DistributedData.ORMultiDictionaryKey<TKey, TValue>
    Akka.DistributedData.ORSetKey<T>
    Akka.DistributedData.PNCounterDictionaryKey<T>
    Akka.DistributedData.PNCounterKey