Table Storage is schema-less, which means there’s no predetermined rules for how the
data is structured. Many databases, which we’ll cover in chapter 10, rely on a schema to
validate data against. If you insert or update data that doesn’t conform to the schema,
it’s rejected. With Table Storage, there is no such validation.

Write A Comment