I know about client.BatchGet, but am trying to do the same with the Statement type. What would be the equivalent Statement usage for querying multiple records by their keys?
Many thanks in advance,
-Allen Gooch
I know about client.BatchGet, but am trying to do the same with the Statement type. What would be the equivalent Statement usage for querying multiple records by their keys?
Many thanks in advance,
-Allen Gooch
It is not possible. Statement is to query or scan a subset of a namespace/set with a constraint, when you don’t know what the containing keys are.