Validate if value type can be used as a key.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public virtual void ValidateKeyType()
Exceptions
Exception | Condition |
---|---|
AerospikeException | if type can't be used as a key. |
See Also