Here is the structure of my set:
KEY | NAME | HISTORY (LDT) |
For a given key, I want to retrieve values from NAME and HISTORY bins. All the examples I found shows how to retrieve either simple bins, or LDT bins. But I could not find anything which does both in a single operation.
Is it possible to retrieve both bins (simple and LDT bins) in one operation?