I fear this might be quite the simple question, but honestly I've read the documentation and I don't understand.
When using an Azure Storage Table, I understand that I set a Partition and Row Key then pass in the object I want to have saved in the entity.
Now, these are my questions? Once the first object is set, can subsquent objects have different structure?
What if I don't know the structure of an entity. Can I use a URL to discover it?
Without using Azure Storage explorer, is there any way to retrieve the structure of objects on a list of entities?