You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Azure Table Storage is a NoSQL key-value store for semi-structured data. It provides fast, cost-effective storage for large volumes of structured data without the complexity or cost of a full relational database. This lesson covers the data model, partitioning, querying, and when to choose Table Storage over other Azure data services.
Azure Table Storage stores large amounts of structured, non-relational data. Each entity (row) is a collection of properties (columns), identified by a combination of PartitionKey and RowKey. It's schema-less, meaning different entities in the same table can have different properties.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.