Table Storage concepts
You can use the Azure Table Storage API to create tables for structured storage, and to insert, update, delete, and query data.
In this section
Understanding the Table Storage data model
Addressing Table Storage resources
Inserting and updating entities
Performing entity group transactions
Setting timeouts for Table Storage operations
Setting the OData data service version headers
Setting the Prefer header to manage response echo on insert operations
Payload format for Table Storage operations
Writing LINQ queries against Table Storage
Query operators supported for Table Storage
Designing a scalable partitioning strategy