Key FieldsAerospike
The Key type exposes the following members.
Fields

  NameDescription
Public fielddigest
Unique server hash value generated from set name and user key.
Public fieldns
Namespace. Equivalent to database name.
Public fieldsetName
Optional set name. Equivalent to database table.
Public fielduserKey
Original user key. This key is immediately converted to a hash digest. This key is not used or returned by the server. If the user key needs to persist on the server, the key should be explicitly stored in a bin.
Back to Top
See Also