Click or drag to resize
Akka.NETKeyT 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. ORSetKeyT, and you can create your own keys.
Inheritance Hierarchy
SystemObject
  Akka.DistributedDataKeyT
    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 KeyT 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 ObjectEquals(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 ObjectGetHashCode.)
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 ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic member(KeyT to String)
Performs an implicit conversion from KeyT to String.
Top
Extension Methods
See Also
Inheritance Hierarchy
SystemObject
  Akka.DistributedDataKeyT
    Akka.DistributedDataFlagKey
    Akka.DistributedDataGCounterKey
    Akka.DistributedDataGSetKeyT
    Akka.DistributedDataLWWDictionaryKeyTKey, TValue
    Akka.DistributedDataLWWRegisterKeyT
    Akka.DistributedDataORDictionaryKeyTKey, TValue
    Akka.DistributedDataORMultiDictionaryKeyTKey, TValue
    Akka.DistributedDataORSetKeyT
    Akka.DistributedDataPNCounterDictionaryKeyT
    Akka.DistributedDataPNCounterKey