![]() |
The digest is the value used to locate a record based on the set and digest of the record. The digest is calculated using RIPEMD-160. Keys for digests can be either a string or integer.
Definition at line 89 of file src/include/aerospike/as_key.h.
#include "as_key.h"
Data Fields | |
bool | init |
as_digest_value | value |
bool as_digest::init |
Indicates whether the digest was calculated.
Definition at line 94 of file src/include/aerospike/as_key.h.
as_digest_value as_digest::value |
The digest value.
Definition at line 99 of file src/include/aerospike/as_key.h.