Azure Table Storage lets you look up an entity using Table Name, Partition Key, and Row Key.
But if I'm storing a pointer to one entity in another entity (i.e. a foreign key in rdb terms), is the best way to do that to concatenate those 3 values, or is there a more direct way of saying "this other entity exists here"? Like a URI that permanently points to the entity's location?
I'm 90% sure the answer IS no but 100% wishing it WERE yes.
Thanks!