Can i return the key along in the body of a get or getbulk using he java sdk

Hi i am able to successfully retrieve results from the database. one of my requirements however is to return the key along in the body of the results is there a way to achieve the above without having to process each record after retrieval?

Maybe I misunderstand your question, but surely you already have the key(s) to be able to make a get() or getBulk request?

I am sure about it :wink:

The key is the input parameter for any get(key) type call -> so you already have it!