I am looking for a way to create objects in the Azure Table Storage that are essentially dynamic in nature. In other words they have no defined class structure of exposed properties, except for the base ones required by TableServiceEntity. In other words, like a JSON object. Has anyone done something like this?
Thanks